Ancestors

Written by Blisterexe@lemmy.zip on 2024-11-11 at 19:35

How does hypixel have their website and minecraft server on their root domain? (I would like to do something similar)

https://lemmy.zip/post/26125925

=> More informations about this toot | More toots from Blisterexe@lemmy.zip

Toot

Written by foggy@lemmy.world on 2024-11-11 at 19:57

Domain.com resolves to 1.2.3.4

www.domain.com resolves to 1.2.3.4

Games.domain.com resolves to 1.2.5.6

Mail.domaim.com resolves to 1.2.7.8

Portal.domain.com resolves to 1.2.9.10

Etc, etc.

=> More informations about this toot | More toots from foggy@lemmy.world

Descendants

Written by bulwark@lemmy.world on 2024-11-11 at 20:02

This is how I set up my reverse proxy and it works really well with wildcard SSL certs. Only need one certificate for as many sites as I want!

=> More informations about this toot | More toots from bulwark@lemmy.world

Written by Oisteink@lemmy.world on 2024-11-11 at 20:40

Or you can use something like caddy that will set up certs automatically using tls-alpn-01 challenge, so no need for dns challenge .

=> More informations about this toot | More toots from Oisteink@lemmy.world

Written by bulwark@lemmy.world on 2024-11-11 at 21:06

I haven’t tried caddy but I’ve heard good things. I’ve used nginx in the past. I’m currently using Traefik and have been for a few years now. Once it’s set up its pretty great.

=> More informations about this toot | More toots from bulwark@lemmy.world

Written by iggy@lemmy.world on 2024-11-12 at 13:19

Caddy can do both. If you’re using a wildcard already, stick with it. In fact, I’d say it’s more prudent to use wildcards (with DNS challenges) than http challenges.Then you aren’t listing all of your domains in letsencrypt’s public database for everyone to see. Nobody needs to know you’ve got a site called bulwarksdirtyunderpants.bulwark.ninja

=> More informations about this toot | More toots from iggy@lemmy.world

Written by 4am@lemm.ee on 2024-11-11 at 23:34

You cannot specify ports in a DNS A or AAAA record. www.example.com cannot resolve to 1.2.3.4:443 and app.domain.com cannot resolve to 1.2.3.4:5555

If the application (be it a game or whatnot) supports it, SRV records can identify a port for a hostname. So, you could have minecraft1.domain.com and an SRV record to specify port 25565, and minecraft2.domain.com SRV 25566.

This means you can have multiple Minecraft servers with the same IP address, but you won’t need to give people the port numbers to remember; the hostname allows the game to look up the port via the SRV record.

This is great for selfhosters because we generally only get one IP (until they rollout IPv6; probably half the reason they don’t)

=> More informations about this toot | More toots from 4am@lemm.ee

Written by foggy@lemmy.world on 2024-11-11 at 23:42

I didn’t say to specify a port in the DNS. I just said that it is a way that we can resolve a resource.

In the case of ports we’d configure it through whatever webserver (Apache, nginx, traefik, whatever) configs necessary on that machine. The DNS in this scenario would only be for the machines IP where our webserver then routes it to different ports.

I was accounting for both valid setups

=> More informations about this toot | More toots from foggy@lemmy.world

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113466083260240700
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
275.6589 milliseconds
Gemini-to-HTML Time
1.28303 milliseconds

This content has been proxied by September (3851b).