DNS Guides & Reference

Practical reference material for interpreting DNS records, troubleshooting propagation, and validating email authentication. Written for engineers who run change windows.

How to Read DNS Records

Walk through every core record type (A, AAAA, MX, NS, TXT, CNAME, SOA, CAA), how to interpret the data in the lookup UI, and how to gather the same information through the API for automation.

Read the full guide

Troubleshoot DNS Propagation

Understand why DNS changes take time to appear globally, how TTL values affect propagation speed, and how to use the propagation checker to monitor resolver updates during migrations and cutovers.

Read the full guide

DNSSEC Validation

DNSSEC adds cryptographic signatures to DNS records, preventing spoofing and cache poisoning. Use the validator to check DS records, DNSKEY, and the full chain of trust from root servers to your domain.

Open the DNSSEC Validator

Quick Reference: Record Types

Address Records
AMaps hostname to IPv4 address
AAAAMaps hostname to IPv6 address
CNAMEAliases one hostname to another
Mail Records
MXMail exchange servers with priority
TXTSPF, DKIM, DMARC, verification tokens
Infrastructure Records
NSAuthoritative nameservers for the zone
SOAStart of authority, serial, refresh timers
CAACertificate authority authorization