Comment on Need help with port forwarding and Cloudflare DNS records
SpaceCadet@sopuli.xyz 1 year agoIf you really want to get anal about it, yes I know there things like CNAME, PTR and MX records too but that’s outside of the scope of this discussion.
DNS doesn’t deal with ports, there’s no way to say: homelab.example.com
should point to IP address 1.2.3.4
and port 12400
.
equinox@lemmy.blahaj.zone 1 year ago
DNS can deal with ports.
You can use a SRV record to specify the port for applications (not browsers) that support it.
brygphilomena@lemmy.world 1 year ago
For the discussions regarding OPs web server they want externally accessible, no DNS does not do ports.
For other applications there are SRV records, but that’s beyond the scope of the original question. It sounds like u/spacecadet didn’t want to confuse OP, and while SRV can assist certain applications with ports, pointing it out here isnt helpful.
equinox@lemmy.blahaj.zone 1 year ago
Sure, it’s not helpful, but just because something is out of scope for the original question doesn’t mean you can reiterate objectively false statements.
They probably should have worded it like you did in your first sentence.
brygphilomena@lemmy.world 1 year ago
That’s just a “well, actually…” response.
Saying it doesn’t do ports is basically just giving the eli5 help the people who are confused usually need. 9/10 the people asking for help are asking about a records or cname records. They want basic DNS help.
When DNS is tought to laymen it’s just translation of a name to an IP, we don’t get into the weeds of rfc xxxx also has DNS provide the configuration of the listening service so the application knows how to communicate. Sometimes it’s best just to lay out the foundation so they can build on that knowledge later.