Query DNS records for any domain — A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, and PTR. Results include TTL values and all answers for the selected record type.
Enter a domain and select record type
The Domain Name System maps names such as example.com to records used by browsers, mail servers, and other services. Querying records helps diagnose hosting, email, and verification issues.
| Type | Purpose |
|---|---|
| A / AAAA | IPv4 / IPv6 address |
| CNAME | Alias to another hostname |
| MX | Mail delivery server |
| NS | Authoritative name server |
| TXT | Verification and policy text |
dig example.com A
fetch("https://dns.google/resolve?name=example.com&type=MX");
The tool uses the site's server route to query DNS over HTTPS, avoiding browser CORS limitations. DNS results can be cached and may change after TTL expiry.
This tool is provided for general informational and utility purposes only. Results may be inaccurate, incomplete, outdated, or contain errors. Always verify results before relying on or using them.
Some tools may use AI, automated processing, third-party services, or server-side processing. Do not rely on these tools as a substitute for professional advice.
Use at your own risk. BestToolOnline makes no guarantees regarding the accuracy, reliability, completeness, availability, or suitability of results, to the maximum extent permitted by applicable law.
See our Terms of Service and Privacy Policy for complete details.