Comment on I finally bought a domain! Now what

Svinhufvud@sopuli.xyz ⁨2⁩ ⁨weeks⁩ ago

I recommend you make A and AAAA records for the top level domain you own, and then set the needed subdomains as CNAME entries.

example.com points to your IP addresses, and the subdomains point then to your top level name.

This avoids you having to point a new IP at multiple places (be it manually or by dyndns) when//if your public IP changes.

Then you can set up a reverse proxy (caddy for example, it comes with automatic TLS), bind ports 80 and 443 to it, and route the traffic based on the name a client is trying to connect with.

So jellyfin.example.com would lead to your reverse proxy which would forward it somewhere internally, say 192.168.1.10:8096 for example.

This avoids you having to specify ports when connecting externally.

original
Sort:hotnewtop