; dns lookup

DNS Lookup

Enter a domain to query all 8 record types simultaneously — A, AAAA, MX, TXT, CNAME, NS, SOA, and PTR.

Enter a domain above to query all 8 record types at once.

Try: google.com · cloudflare.com · github.com

; record type guide

A record

Maps a domain to an IPv4 address. The most common record type.

MX record

Specifies mail servers for a domain. Essential for email delivery.

TXT record

Stores arbitrary text — used for SPF, DKIM, domain verification, and more.

CNAME record

Aliases one domain name to another. Cannot coexist with other records at the same name.

NS record

Delegates a DNS zone to a set of authoritative nameservers.

PTR record

Reverse DNS — maps an IP address back to a hostname.