DNS Lookup
Check DNS records for any domain. A, AAAA, CNAME, MX, TXT, NS, SOA, CAA. Instant results.
A â Maps a domain to an IPv4 address (e.g. 93.184.216.34). The most common record type â it's what tells browsers where to find your site.
AAAA â Maps a domain to an IPv6 address. The modern equivalent of A records for the next-generation internet protocol.
CNAME â Canonical Name â aliases one domain to another (e.g. www.example.com â example.com). Cannot coexist with other records at the same name.
MX â Mail Exchanger â specifies which mail servers handle email for the domain. Each entry has a priority value; lower numbers are tried first.
TXT â Stores arbitrary text strings. Used for SPF (email sender validation), DKIM keys, DMARC policies, domain ownership verification, and more.
NS â Name Server â lists the authoritative DNS servers for a domain. These servers are the source of truth for all DNS records in the zone.
SOA â Start of Authority â describes the primary nameserver, admin email, and zone parameters (serial, refresh, retry, expire). One per DNS zone.
CAA â Certification Authority Authorization â restricts which certificate authorities may issue TLS/SSL certificates for the domain, preventing mis-issuance.
About DNS Lookup
DNS Lookup queries the Domain Name System directly from your browser using the Google Public DNS API (dns.google/resolve). No data is stored or logged by FreeToolBox. Supports A, AAAA, CNAME, MX, TXT, NS, SOA, and CAA record types.