We use cookies to understand how the site is used and to display ads. Analytics and advertising only run after you accept. You can change your choice anytime via the footer link or your browser settings. Privacy policy

Skip to content
>_devvkit

dev

DNS Lookup

Look up A, AAAA, CNAME, MX, NS, TXT, SOA, PTR, and CAA records via DNS-over-HTTPS.

How this works:devvkit has no DNS server. Queries are sent from your browser to Google's public DNS-over-HTTPS API (dns.google) — this is a normal DNS lookup, but the request itself is visible to Google.

//Share this tool

Query DNS records for any public domain straight from your browser using DNS-over-HTTPS. Look up A, AAAA, CNAME, MX, NS, TXT, SOA, PTR, and CAA records with TTLs, and get structured results in seconds.

[x]Features
  • -A, AAAA, CNAME, MX, NS, TXT, SOA, PTR, and CAA lookups
  • -Query via Google DNS-over-HTTPS — no setup, no servers
  • -TTL display in human-readable form
  • -Copy results as JSON
  • -Works in any browser tab, no dig needed
>Use Cases
  • >Verifying a DNS change propagated
  • >Checking MX records before email migrations
  • >Debugging CNAME and TXT (SPF/DKIM) configuration
  • >Confirming NS records after a nameserver change

Frequently Asked Questions

>Is my query private??
The lookup is sent from your browser to Google's public DNS-over-HTTPS resolver (dns.google). devvkit has no DNS servers and no backend — but the resolver sees your query, like any DNS lookup.
>Which record types are supported??
A, AAAA, CNAME, MX, NS, TXT, SOA, PTR, and CAA.
>Does it work for internal domains??
No. Public resolvers only answer for public DNS names. Hosts on your LAN or VPN resolve via your internal DNS servers, not this tool.