this post was submitted on 05 May 2025
226 points (95.9% liked)
Technology
69845 readers
3810 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can return multiple A/AAAA records for the root, the TLD delegates the whole thing to your nameservers and it's free to return whatever you want. Registrars actually do let you set records on the TLD's zone, it's called glue records and they're typically used to solve the nameserver chicken and egg problem where you might want to be your own nameservers. Mine's set that way:
The
me
registrar will give you the IP for those two so you can then ask my server for where max-p.me really is.The bigger issue is usually there's a bunch of stuff under your root domain like MX records, TXT records, potentially subdomains. That's a huge problem if you need to CNAME the root to a hosting provider, as the CNAME will forward the entire domain including MX and TXT records. Cloudflare sort of works around that with server side flattening of CNAMEs, but that's not standard. But if you have a www subdomain, then it's a complete non-issue. And really, do you want to delegate your MX records to WP Engine?
The main reason people went without the www is the good old "it looks cooler and shorter" while ignoring all the technical challenges its brings, and that's probably why browsers now hide the www so that website designers don't have to do this atrocity.