this post was submitted on 13 Nov 2023
3 points (100.0% liked)
Self-Hosted Main
504 readers
1 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just to be clear for OP, that applies only for protocols that "support DNS" as in, they send the DNS in the protocol.
The one I have in mind: http(s) and emails.
Games, FTP and most of the protocols don't.
Still a bit wrong. You can use things like Portzilla and make it so that certain subdomains are for certain game servers.
You can also just use a web server like apache and have it forward the traffic to the correct place depending on the sub domain. This is what I do, I can have minecraft.mydomain.com route to 192.168.1.40:5000 and valheim.mydomain.com route to 192.168.1.40:27015.
Hum, then I am missing something because portzilla is just a reverse proxy by the look of it
This mean:
Or
I assumed OP was in IPV4 and only has one IP.
Just to be sure from my other assumptions (kinda ELI5)
This is how networking works. Only with IP, no DNS.