DNS Lookup Tool

Runs in your browser on this device.

Fill in the fields and run.

DNS debugging checklist

Launch day failures often trace to DNS, not application code. Confirm A/AAAA targets, apex CNAME restrictions, and MX priorities before you announce go-live.

Propagation and TTL

Lower TTL before migrations so clients pick up changes faster. Resolvers worldwide refresh on their own schedule—patience plus authoritative checks beats repeated clicks.

Email authentication

SPF, DKIM, and DMARC live in TXT records. A valid MX is useless if SPF excludes your sender IP or DMARC policy rejects aligned messages.

Dependency on network

Lookups hit external resolvers; offline or firewalled environments may fail. Corporate DNS filtering can return synthetic answers unlike public internet results.

FAQ

Why do results differ from my hosting panel?
TTL caching, geographic resolvers, and stale local DNS caches show old records for minutes or hours. Query authoritative nameservers when possible.
What is an MX record?
Mail exchanger records point email delivery to specific hosts with priority values. Missing or wrong MX is the classic “website works, mail bounces” failure.
Can I lookup internal domains?
Only public DNS zones reachable from the internet resolve here. Private corp zones behind VPN need internal resolvers.