DNS Lookup

Query A, AAAA, MX, TXT, CNAME, NS, and SOA records for any domain using Cloudflare DNS-over-HTTPS. No server needed.

By Marshkalk

DNS Lookup

Queries DNS records for any domain name. DNS (Domain Name System) translates human-readable domain names into IP addresses and stores other records used for email routing, verification, and more.

Common DNS record types

TypePurpose
AMaps domain to IPv4 address
AAAAMaps domain to IPv6 address
CNAMECanonical name, alias to another domain
MXMail exchange, where email is delivered
TXTText records, SPF, DKIM, domain verification
NSName servers authoritative for the domain
SOAStart of Authority, zone configuration
CAACertificate Authority Authorization, which CAs can issue TLS certs
PTRReverse DNS, IP address to domain name
SRVService location (used by SIP, XMPP, etc.)

DNS propagation

DNS changes propagate across the internet gradually due to TTL (Time to Live) caching. A record with TTL=3600 may take up to 1 hour to update globally. During propagation, different resolvers may return old or new values.

Privacy

This tool queries DNS via a browser-based API. The domain name is sent to a public DNS resolver (Google DNS or Cloudflare) to retrieve the records.