zonewatchdog

Reference

DNS record types

What each record does, what its fields mean, and the thing that actually goes wrong with it.

SOAStart of Authority

The SOA record marks the top of a DNS zone and holds the settings that govern how the zone is copied between nameservers and how long negative answers are cached.

MXMail Exchanger

An MX record says which servers accept mail for a domain, and in what order senders should try them.

CNAMECanonical Name

A CNAME record makes one name an alias for another, so every lookup of the alias continues at the target.

AAddress

An A record maps a hostname to an IPv4 address. AAAA does the same for IPv6.

TXTText

A TXT record holds free-form text, and in practice carries SPF, DKIM, DMARC and domain-ownership verification.

NSName Server

NS records name the servers that are authoritative for a zone.

PTRPointer

A PTR record maps an IP address back to a hostname — the reverse of an A record.

CAACertification Authority Authorization

A CAA record names which certificate authorities are allowed to issue certificates for a domain.