DNS Record Types Reference

Searchable list of DNS record types — A, AAAA, CNAME, MX, TXT and more.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

DNS record types reference

A searchable reference of the DNS record types you work with most, from A and AAAA to CNAME, MX, TXT, NS, SOA, CAA, SRV and the DNSSEC records. It is for developers and site owners setting up domains, email and certificates who need to pick the right record quickly.

How it works

DNS translates human-friendly names into the addresses and metadata that make the internet work, and each record type does a specific job. Type a record type or keyword — for example CNAME, mail or dnssec — and the list filters instantly by type name, full name or description. Each entry shows a plain-English meaning and a sample zone-file line you can adapt. The reference is static and runs entirely in your browser.

Quick reference

TypePurposeExample data
AHostname → IPv4 address93.184.216.34
AAAAHostname → IPv6 address2606:2800:220:1::1946
CNAMEAlias one name to anotherexample.com.
MXMail server + priority10 mail.example.com.
TXTFree text (SPF, DKIM, verification)“v=spf1 ~all”
NSDelegate zone to name serversns1.example.com.
SOAZone metadata and timersns1… admin… serial…
CAAAllowed certificate authorities0 issue “letsencrypt.org”

Example

Searching for mail surfaces the MX record, which names a domain’s mail servers with a priority value (lower is preferred). A typical line looks like:

example.com.  MX  10 mail.example.com.

Everything runs in your browser — nothing is uploaded.

Ad placeholder (rectangle)