DNS Lookup
Check DNS records for any domain. Query A, AAAA, MX, NS, CNAME, TXT, and SOA records instantly via Cloudflare DNS.
Enter a domain to look up DNS records
Queries A, AAAA, MX, NS, CNAME, TXT, and SOA records via Cloudflare DNS
DNS Record Types
Explore More Tools
What Is My IP Address?
See your public IP, ISP, location, ASN, and connection type. Detected via Cloudflare.
Check Your IPGlobal Latency Map
Ping 10 servers worldwide and see real-time latency from your connection to every region.
Test LatencyTest Your Internet Speed
Download, upload, ping, jitter, and bufferbloat. Real-world results across the public internet.
Run Speed TestWhat is a DNS Lookup?
A DNS (Domain Name System) lookup translates human-readable domain names like google.com into machine-readable IP addresses. DNS is often called the "phonebook of the internet" because it maps names to numbers, allowing browsers to find and connect to web servers.
Pong.com's DNS Lookup tool queries Cloudflare's global DNS resolver (1.1.1.1) to fetch A, AAAA, MX, NS, CNAME, TXT, and SOA records for any domain. This is the equivalent of running nslookup or dig from your terminal, but directly in the browser with no installation required.
Common Use Cases
- Verify DNS propagation after changing nameservers or updating records
- Check MX records to troubleshoot email delivery issues
- Confirm A/AAAA records point to the correct server IP
- Audit TXT records for SPF, DKIM, and domain verification
- Debug CNAME configurations for CDN or hosting setups
The Domain Name System (DNS) is the internet's directory service. Every time you visit a website, your device performs a DNS lookup to translate the domain name you typed (like google.com) into the numeric IP address that servers actually use to communicate.
Without DNS, you would need to memorize IP addresses for every website. DNS makes the internet usable by providing a human-friendly naming layer on top of the network's numeric addressing system.
A DNS lookup tool lets you inspect these records directly, which is useful for debugging website issues, verifying email configuration, checking domain ownership, and monitoring DNS propagation after making changes.
Our DNS lookup tool queries all major record types. Here is what each one does.
| Record | Purpose | Example |
|---|---|---|
| A | Maps a domain to an IPv4 address | example.com → 93.184.216.34 |
| AAAA | Maps a domain to an IPv6 address | example.com → 2606:2800:220::1 |
| MX | Specifies mail servers for the domain | 10 aspmx.l.google.com |
| NS | Identifies authoritative nameservers | ns1.cloudflare.com |
| CNAME | Creates an alias pointing to another domain | www.example.com → example.com |
| TXT | Stores text data (SPF, DKIM, verification) | v=spf1 include:_spf.google.com ~all |
| SOA | Contains zone administration info | ns1.example.com admin.example.com |
> What is DNS?
> What is a DNS lookup?
> What are the different DNS record types?
> What is DNS propagation?
> What is an MX record?
> What is TTL in DNS?
> What is the difference between DNS and nslookup?
> Why are my DNS records not showing up?
Next Step
Check your DNS. Then test your speed.
DNS issues can slow down your browsing. Once you have verified your records, run a speed test to see how your connection actually performs.