Comment on Why is DNS often joked about in the I.T. Industry?
dreugeworst@lemmy.ml 2 months agoclueless dev who very rarely touches web apps here, what things would break if you dont touch other records besides those for tour website?
Comment on Why is DNS often joked about in the I.T. Industry?
dreugeworst@lemmy.ml 2 months agoclueless dev who very rarely touches web apps here, what things would break if you dont touch other records besides those for tour website?
brygphilomena@lemmy.world 2 months ago
A records are usually fine for web dev, and some cname records. But if you move DNS to different name servers it doesn’t take the MX, srv, or txt with you.
Name servers are where all the DNS records are hosted. It tells every computer who is the authority on the information. If you change those without moving all the DNS records to the new location. All the old ones are no longer used at all. Even if they still exist on the old system.
Also spf records might also reference the websites a record to allow the website to send email without getting flagged as spam. If the site moves, but emails are still sent from the old IP address for a myriad of reasons it would break email. Like if they used some provider that hosted the site and emails on the same system, which used to be more common than it is today.
Natanael@slrpnk.net 2 months ago
Some dumb shit I see is setting SPF so Google is a trusted origin for email “to solve issues with sending to Gmail addresses” when what you’re supposed to do is add your mail servers as trusted origin.
Directionality, how does it work?