DNS-record-opzoeking
Bevraag A-, AAAA-, MX-, TXT-, NS-, CNAME- en SOA-records.
Over deze tool
A DNS lookup asks an authoritative or recursive resolver what records a domain publishes. Our tool runs a live query against Google, Cloudflare, or Quad9 and shows you every record with its TTL — the same data dig prints on the command line, formatted for quick scanning.
You can pull the common record types on a single page: A and AAAA for hosts, MX for mail routing, TXT for SPF/DKIM/verification strings, NS for delegation, SOA for zone metadata, plus CNAME, SRV, CAA, and reverse PTR. Pick only the types you need to keep the answer compact.
When to use this tool
- After a DNS change. Query multiple resolvers to confirm a new record is live before pointing traffic at it.
- Debugging email deliverability. Inspect
MX,SPF,DKIM, andDMARCrecords in one pass. - Verifying ownership. Pull the
TXTrecord a third-party service asked you to publish. - Reverse DNS. Run a
PTRquery on an IP to find the hostname a mail server or logger will attribute to it.
Why you may see different answers
Public resolvers cache records for the TTL you configured at your authoritative nameserver. Google may still serve the old value while Cloudflare already shows the new one. Switch the resolver to compare — the TTL column tells you when the cache will expire. For a global view across 20+ vantage points, see the propagation check linked below.Veelgestelde vragen
Which DNS resolver should I use?
What is the TTL column?
Do you query the authoritative nameserver directly?
+norecurse dig or a hosting-specific tool.
Why do PTR records look different?
.in-addr.arpa (IPv4) or .ip6.arpa (IPv6) reverse zone. To avoid mixing record types that live in different zones, pick PTR on its own and enter an IP address instead of a domain.