DNS Lookup Tool
Enter a domain name to check its DNS records.
Understanding DNS Lookup
The Domain Name System (DNS) is the phonebook of the internet. It translates human-readable domain names (like sslfree.io) into machine-readable IP addresses (like 192.0.2.1). Our DNS Lookup tool allows you to query the DNS records for any domain, providing essential information about its configuration and how it connects to the internet.
Why Use a DNS Lookup Tool?
This tool is indispensable for web developers, system administrators, and anyone needing to diagnose website issues or verify domain configurations.
Troubleshoot Website Issues
Quickly check if a domain's A or AAAA record is pointing to the correct IP address, a common cause of website connection problems.
Verify Email Configuration
Use the MX record lookup to ensure that a domain's mail servers are set up correctly to send and receive emails.
Confirm SSL/Domain Verification
Check TXT records to confirm that verification codes for services like Google Workspace or for SSL certificates have been added correctly.
Understand Domain Aliases
A CNAME lookup can show if a subdomain is an alias for another domain, which is common for services hosted on external platforms.
Common DNS Record Types You Can Check
Our tool can query for all major DNS record types. Here are some of the most common ones:
- A Address Record Points a domain to an IPv4 address.
- AAAA IPv6 Address Record Points a domain to a more modern IPv6 address.
- MX Mail Exchange Record Specifies the mail servers for the domain.
- TXT Text Record Used to store text-based information for external sources.
- CNAME Canonical Name Forwards one domain or subdomain to another domain.