DNS Lookup
Every common record type for any domain on a single page — A, AAAA, CNAME, MX, NS, TXT, and SOA.
Frequently asked questions
What is the difference between A and AAAA records?
An A record maps a domain to an IPv4 address (e.g. 93.184.216.34). An AAAA record maps a domain to an IPv6 address (e.g. 2606:2800:220:1:248:1893:25c8:1946). Both can coexist for the same domain.
What is an MX record?
An MX (Mail Exchange) record specifies which mail servers handle email for a domain. Each MX record has a priority value; lower numbers are tried first.
What is a CNAME record?
A CNAME (Canonical Name) record aliases one domain to another. For example, www.example.com can CNAME to example.com so they share the same A record.