// IT TOOLS & CALCULATORS
|50+ TOOLS
ADVERTISEMENT
[ ADSENSE β€” configure in ads.js ]
πŸ” DNS LOOKUP
// Query DNS records from 12 global resolvers simultaneously β€” see propagation status worldwide
A AAAA MX CNAME TXT NS SOA CAA

Free DNS Lookup Tool β€” Check Propagation Across Global Resolvers

Our DNS lookup tool queries 12 major DNS resolvers across the globe simultaneously β€” similar to whatsmydns.net β€” so you can see whether your DNS changes have propagated worldwide or are still cached on some servers. Essential after changing nameservers, updating A records, or reconfiguring MX/SPF records.

Why Query Multiple Resolvers?

DNS records are cached by resolvers for the duration of their TTL (Time To Live). After making a DNS change, different resolvers around the world will see the new record at different times. By querying multiple resolvers simultaneously, you can see exactly which have the new record and which are still serving the old cached value β€” and estimate when propagation will be complete.

DNS Record Types

  • A β€” IPv4 address mapping. The most common record.
  • AAAA β€” IPv6 address mapping.
  • MX β€” Mail exchange servers and their priority.
  • CNAME β€” Canonical name alias β€” points one name to another.
  • TXT β€” Text records β€” used for SPF, DKIM, DMARC, domain verification.
  • NS β€” Authoritative nameservers for the domain.
  • SOA β€” Start of Authority β€” zone metadata including serial number.
  • CAA β€” Certificate Authority Authorisation β€” controls SSL issuance.