DNS Lookup
Query every DNS record type for any domain in one shot — with response time, DNSSEC status and a Google resolver cross-check.
About the DNS Lookup Tool
The DNS Lookup tool is the fastest way to inspect every published DNS record for a domain — A, AAAA, MX, CNAME, TXT, NS, SOA, CAA and SRV — from a single interface. It's an online dig replacement that runs entirely on the edge, so you get authoritative-quality answers without opening a terminal, installing BIND utilities, or dealing with your OS DNS cache.
Behind the scenes we query trusted DNS-over-HTTPS resolvers, parse the response, and show the raw record data along with the TTL. This makes it ideal for verifying nameserver changes, confirming a new A record has been published, checking whether an MX record is pointed at the right mail platform, decoding TXT records for SPF/DKIM/DMARC and domain-verification tokens, or auditing CAA records before issuing an SSL certificate.
Developers, sysadmins, DevOps engineers and IT support teams use this tool every day to debug email delivery, migrate hosting providers, roll out CDNs, provision certificates and answer the classic question — 'is DNS actually set up?' If you're used to running `dig` or `nslookup` at the command line, you'll feel at home here. If you're not, the tool exposes the same information without any of the syntax.
How to use this tool
- 1Enter the required value in the input field above (domain, IP, URL, or text depending on the tool).
- 2Click the action button to run the check — results are computed instantly from our edge network.
- 3Review the parsed output, key fields and any warnings shown in the result card.
- 4Copy the result, share the page URL, or jump to a related tool from the sidebar to continue debugging.
Key features
- All common DNS record types in one lookup
- Runs against trusted DoH resolvers (Cloudflare, Google)
- Human-friendly output with TTL and raw record data
- No signup, no browser DNS cache in the way
- Great alternative to nslookup and dig for the web