DNS Records Lookup

Query DNS records for any domain. Get A, AAAA, MX, CNAME, TXT, NS records and more.

Enter Domain Name

Enter a domain name to lookup its DNS records (e.g., example.com)

What is DNS?

DNS (Domain Name System) is the internet's phonebook that translates human-readable domain names like "example.com" into IP addresses that computers use to communicate. Without DNS, you would need to remember numeric IP addresses for every website you visit.

DNS Record Types Explained

A Record: Maps domain to IPv4 address (e.g., 192.168.1.1)
AAAA Record: Maps domain to IPv6 address
MX Record: Specifies mail servers for email delivery
CNAME Record: Creates alias pointing to another domain
TXT Record: Stores text data (SPF, DKIM, verification)
NS Record: Identifies authoritative name servers

Frequently Asked Questions

How long does DNS propagation take?

DNS propagation typically takes 24-48 hours globally, though many changes propagate within minutes. The actual time depends on TTL (Time To Live) values set on your DNS records.

Why can't I see my DNS changes?

DNS records are cached at multiple levels including your browser, operating system, and ISP. Clear your DNS cache or wait for the TTL to expire for changes to appear.

What is TTL in DNS?

TTL (Time To Live) specifies how long DNS resolvers should cache a record before requesting fresh data. Lower TTL means faster propagation but more DNS queries; higher TTL reduces queries but slows updates.

How do I verify email DNS records?

Check MX records for mail server configuration, TXT records for SPF (sender verification) and DKIM (email signing), and CNAME records for DMARC policies. All three are important for email deliverability.

Common DNS Use Cases

Email Troubleshooting

Verify MX records point to correct mail servers and check SPF/DKIM TXT records for email authentication.

Domain Migration

Before migrating, document all existing DNS records to ensure nothing is missed during the transfer.

SSL Certificate Validation

Many SSL providers use DNS TXT or CNAME records for domain ownership verification.

CDN Configuration

CNAME records are commonly used to point your domain to CDN endpoints like Cloudflare or AWS CloudFront.