DNS lookup

Look up DNS records

See the A, MX, TXT and other records any domain publishes.

Record type

What DNS records are

DNS is the internet's address book. A domain owner publishes records that say where the website lives, which servers take its email and which services it uses. Anyone can read them, and your device reads them every time you open a site. Each record has a TTL, the number of seconds other servers may cache it.

A
Points a name to an IPv4 address.
AAAA
Points a name to an IPv6 address.
CNAME
Makes a name an alias of another name, which is looked up in its place.
MX
Names the mail servers that accept email for the domain, with a priority number. Lower is tried first.
TXT
Free-form text. Used for SPF, DKIM and DMARC email checks and for proving domain ownership.
NS
Lists the name servers that are authoritative for the domain.
SOA
Start of authority: the primary name server, the admin contact, a serial number and timing values.
SRV
Points a service, such as _sip._tcp, to a host and port, with priority and weight.

Frequently asked questions

A DNS lookup asks the Domain Name System what records a domain publishes, such as the IP address a name points to or the servers that receive its email. Your device does this every time you open a site. This tool shows you the answers directly.

More network tools