Lookup DNS records instantly. Query A, AAAA, MX, TXT, CNAME, and NS records for any domain to view DNS configuration.
• A: IPv4 address mapping
• AAAA: IPv6 address mapping
• MX: Mail server records
• TXT: Text records (SPF, DKIM, etc.)
• CNAME: Canonical name (alias)
• NS: Name server records
DNS (Domain Name System) is the phone book of the internet. It translates human-readable domain names (like example.com) into IP addresses (like 192.0.2.1) that computers use to connect. DNS records contain various types of information about domains, including IP addresses, mail servers, and text records.
Our free DNS Lookup tool helps you understand DNS record types and provides information about DNS queries. Note that browser JavaScript cannot directly query DNS servers due to security restrictions, so DNS lookups require server-side APIs or specialized tools.
DNS lookups are useful for:
Browser JavaScript cannot directly query DNS servers due to security restrictions. Use server-side APIs, command-line tools, or DNS lookup services.
DNS propagation is the time it takes for DNS changes to spread across all DNS servers worldwide. This can take up to 48 hours.
Use command-line tools (nslookup, dig), DNS lookup services, or server-side DNS APIs to query DNS records.
An MX (Mail Exchange) record specifies which mail servers handle email for a domain.
TXT records are used for various purposes including SPF (email authentication), DKIM, domain verification, and other text-based DNS data.