Developer Tools
DNS Lookup
Resolve A, AAAA, MX, TXT, NS, SOA, CNAME, and CAA records for any domain. Pick Google or Cloudflare resolver.
Securely processed on our servers
Files are deleted automatically within 1 hour.
About DNS Lookup
DNS Lookup queries the DNS system for a domain and returns every common record type at once: A (IPv4), AAAA (IPv6), CNAME (alias), MX (mail exchanger), TXT (verification, SPF, DKIM), NS (authoritative name servers), SOA (zone authority), and CAA (certificate issuance policy). Each record is shown with its TTL where the resolver provides one.
You can switch the resolver between your hosting provider's default, Google Public DNS (8.8.8.8), and Cloudflare DNS (1.1.1.1). Different resolvers cache differently, so if you just changed a record and want to see whether the world has caught up, switching is faster than running 'dig' against each one.
Browsers cannot resolve DNS directly — they delegate to the operating system, which delegates to a resolver. This tool queries DNS from a Node.js server, which means it returns the records authoritatively rather than whatever your browser's HTTP cache happens to have remembered.
Common use cases: verifying a DNS change has propagated; debugging email delivery by reading SPF/DKIM/DMARC TXT records; finding the CDN behind a CNAME; auditing CAA records before issuing a new certificate; counting MX records to spot a misconfigured mail setup.
How DNS Lookup works
- Enter a domain (no protocol, no path).
- Optionally pick a public resolver (Google or Cloudflare) instead of the system default.
- All eight record types are queried in parallel.
- Records are returned grouped by type. Empty types show 'no records' rather than an error.
- MX records are sorted by priority. NS records are normalized to lowercase.
When to use DNS Lookup
- Confirm DNS propagation after pointing a domain at a new IP.
- Read SPF, DKIM, DMARC TXT records to debug email deliverability.
- Find the CDN or hosting provider behind a CNAME chain.
- Audit CAA records before requesting a new TLS certificate.
- Verify nameserver delegation matches the registrar.
- Spot misconfigured mail setups (no MX, multiple priorities at the same level).
Why choose Utilix DNS Lookup
- All eight record types in a single click — no per-type 'dig' loop.
- Resolver switcher to compare answers from Google, Cloudflare, and your default.
- TTLs shown for A and AAAA so you know how long stale answers will linger.
- Free, no signup, no rate limits beyond fair use.