Looking up DNS records...
DNS DNS Lookup Tool Client-side simulation

No domain looked up yet

Enter a domain name above to view simulated DNS records, WHOIS info, and propagation status across global DNS servers.

DNS Records
TypeNameValueTTL
Common DNS Record Types
A

A Record (Address)

Maps a domain to an IPv4 address (e.g., 93.184.216.34). The most fundamental DNS record type — browsers use it to find the server hosting a website.

AAAA

AAAA Record (IPv6 Address)

Maps a domain to an IPv6 address (e.g., 2606:2800:220:1:248:1893:25c8:1946). Works like an A record but for the newer IPv6 protocol.

CNAME

CNAME Record (Canonical Name)

Alias of one domain to another. For example, www.example.com → example.com. Used for subdomains, CDN routing, and domain aliases.

MX

MX Record (Mail Exchange)

Directs email to a mail server. Includes a priority value (lower = higher priority). Example: mail.google.com with priority 10.

NS

NS Record (Name Server)

Specifies the authoritative DNS servers for a domain. Delegates DNS resolution to the correct nameservers (e.g., ns1.cloudflare.com).

TXT

TXT Record (Text)

Stores arbitrary text data. Commonly used for domain verification (Google, SPF, DKIM), and security policies like DMARC.

SOA

SOA Record (Start of Authority)

Essential admin record for a DNS zone. Contains the primary nameserver, admin email, serial number, and refresh/retry/expiry timers.