is it dns? / wiki ← back to the live monitor

Records: per-type lessons

One page per record type (HTTPS and SVCB share one). Each page covers what the type holds, when to use it (and, for most types, when not to), a live dig example, and a DoH curl. The curls use the JSON API (application/dns-json) that Cloudflare and Google expose; JSON is a resolver convenience, not part of RFC 8484, which only requires the binary application/dns-message format.

The cheat-sheet view (every type you're likely to encounter, from daily-use to obsolete) lives at record-types.

Daily-use types#

TypeWhat it holdsDetail
AIPv4 addressA →
AAAAIPv6 addressAAAA →
CNAMEAlias to another nameCNAME →
PTRReverse (IP → name)PTR →
NSAuthoritative nameserverNS →
SOAZone metadataSOA →
MXMail exchangeMX →
TXTArbitrary text: SPF/DKIM/DMARC/ACMETXT →

Modern essentials#

TypeWhat it holdsDetail
SRVService location (priority weight port target)SRV →
CAAAllowed certificate authoritiesCAA →
HTTPS / SVCBHTTPS endpoint hints (port, ECH, ALPN)HTTPS / SVCB →
TLSADANE certificate pinningTLSA →
SSHFPSSH host key fingerprintSSHFP →

DNSSEC mechanics#

No per-type pages for DNSKEY, RRSIG, NSEC/NSEC3, or the parent-side DS: you don't usually hand-author these, your authoritative signer generates them (and the parent zone publishes the DS derived from your key). Covered in:

See also#