A DNS record is a data entry stored in an authoritative DNS server that provides information about a domain. Every domain has a set of DNS records that tell the internet how to route traffic, deliver email, verify ownership, and more.

Common DNS Record Types

Record TypePurposeExample
AMaps domain to IPv4 addressexample.com → 93.184.216.34
AAAAMaps domain to IPv6 addressexample.com → 2606:2800:...
CNAMEAlias pointing to another domainwww.example.com → example.com
MXMail exchange serversWho receives email for example.com
TXTArbitrary text (SPF, DKIM, verification)v=spf1 include:... -all
NSAuthoritative nameservers for the domainns1.example.com
PTRreverse DNS (IP to domain)34.216.184.93.in-addr.arpa → example.com
SOAStart of authority (zone metadata)Primary NS, admin email, serial
CAAWhich CAs can issue SSL/TLS certs for domainletsencrypt.org only

How to View DNS Records

Use our DNS Lookup tool to view all DNS records for any domain. You can also use:

  • dig example.com ANY (Mac/Linux) - shows all record types
  • nslookup -type=any example.com (Windows)

Do I Need DNS Records?

Yes, if you own a domain. At minimum you need an A record (to point to your server) and MX records (to receive email). Without these, your domain cannot be reached via browser or receive email.

People Also Ask

How do I find my DNS record?
Use our DNS Lookup tool and enter your domain. All published records are returned instantly. You can also check your domain registrar or hosting control panel.

Related: A records | CNAME records | MX records | DNS Lookup