Tech/Protocols/DNS/DNS Checklist
Jump to navigation
Jump to search
DNS Checklist
- Name servers have glue records[a] setup via the registrar
- Base (apex) domain (@) and www point to the same IP(s)
- mail.example.com, nameservers.example.com return all the mail and name servers respectively
- SOA[b] email address works and is read by a human daily
- Name servers are on more than one subnet
- SOA serial is not date based
- Wildcard and or Generated answers for undefined PTR[c] records
- SPF TXT for "v=spf1 mx a -all"
- Registrar offers API to update glue records for mitigating DDOS[d]
- Documentation is easy to find
- Disaster recovery is tested on a schedule
a. https://en.wikipedia.org/wiki/Domain_Name_System#Circular_dependencies_and_glue_records b. Start of Authority c. https://en.wikipedia.org/wiki/Reverse_DNS_lookup d. distributed denial-of-service attack