DNS Lookup
Understanding DNS Records
The Domain Name System (DNS) is the backbone of the internet, translating human-readable domain names into the IP addresses that computers use to communicate. Every time you visit a website, send an email, or connect to an online service, a DNS lookup happens behind the scenes.
Our DNS lookup tool queries records from multiple public DNS resolvers simultaneously, including Google Public DNS (8.8.8.8), Cloudflare (1.1.1.1), Quad9 (9.9.9.9), and OpenDNS (208.67.222.222). You can also query the domain's authoritative nameservers directly for the most up-to-date records.
DNS Record Types Explained
A Record
Maps a domain to an IPv4 address. The most fundamental DNS record type, used to point your domain to a web server.
AAAA Record
Maps a domain to an IPv6 address. Essential for IPv6 connectivity as the internet transitions from IPv4.
MX Record
Specifies mail servers for a domain with priority values. Lower priority numbers indicate preferred servers for email delivery.
TXT Record
Holds arbitrary text data. Commonly used for SPF email authentication, DKIM signatures, domain verification, and DMARC policies.
CNAME Record
Creates an alias from one domain to another. Used to point subdomains to other hostnames without duplicating A records.
NS Record
Delegates a domain or subdomain to specific nameservers. Defines which DNS servers are authoritative for the zone.
SOA Record
Contains zone administration details including the primary nameserver, admin email, serial number, and refresh intervals.
CAA Record
Specifies which Certificate Authorities are allowed to issue SSL/TLS certificates for the domain, preventing unauthorized issuance.