If this tool helped you, you can buy us a coffee ☕
Professional tool to query domain DNS records. Supports A, AAAA, MX, NS, and custom DNS servers.
Dig (Domain Information Groper) is a powerful administrative tool used for network troubleshooting and educational purposes. It queries Domain Name System (DNS) servers to retrieve record information such as host addresses (A), mail exchange (MX), and name servers (NS). This tool provides a web-based interface to perform these queries directly without using the command line.

Online NSLookup Tool
Check domain DNS records online. Instantly look up A, AAAA, CNAME, MX, and NS records with support for custom DNS servers.

Download Link Converter
Convert HTTP/HTTPS file URLs into dedicated download links for Thunder, FlashGet, and QQ Xuanfeng to use with various download clients.

IPv4 / IPv6 Address Converter
A two-way IPv4 and IPv6 address converter for network configuration, debugging, and format validation.
When you need to troubleshoot website accessibility, email delivery failures, or verify DNS configurations, running command-line tools manually can be a hassle. This tool wraps the professional DIG (Domain Information Groper) command into an easy-to-use online interface, helping you quickly retrieve a domain's DNS records. DNS (Domain Name System) records are mapping entries between domains and network resources like IP addresses. Simply enter a domain and select a record type; the tool will query your specified or default DNS server and return the complete results in standard text format, including TTL (Time to Live), record type, and the corresponding value.
Q: What does the TTL value mean in the DIG lookup results?
A: TTL stands for "Time to Live" and is measured in seconds. It indicates how long the DNS record is allowed to be cached by servers across the internet. A lower TTL value means DNS changes will propagate globally much faster.
Q: How do I check a domain's MX records to set up email?
A: Select "MX" as the record type. The tool will return the domain's mail server addresses and their priorities. For example, querying the MX records for "gmail.com" will return results like "alt1.gmail-smtp-in.l.google.com.". You will need to configure this information in your email service.
Please ensure the domain format is correct (do not include "http://"). Lookup results may vary based on the status of the specified DNS server and network conditions. If you use the default server, you are querying the cached view of a public recursive DNS (like Google DNS 8.8.8.8). This tool does not log your queried domains or IP addresses. For high-frequency bulk queries, we recommend using local command-line tools to avoid potential server-side rate limits.
For webmasters and developers, DIG is the go-to tool for diagnosing DNS issues. A typical use case: after migrating a domain to a new server, use this tool to query the A record against different public DNS servers (like 8.8.8.8 and 1.1.1.1) to quickly verify if the DNS changes have propagated globally. Another common scenario is checking a CNAME resolution chain: if querying the CNAME record for "www.example.com" returns "example.edgekey.net", you may need to perform a subsequent A record lookup for "example.edgekey.net" to find the final IP address. This helps in understanding the routing logic of CDNs or cloud services.