Query all DNS record types for any domain in real time — A, AAAA, MX, NS, TXT, CNAME, SOA, SRV, CAA and PTR. View TTL values, priorities, and reverse DNS — all from a live authoritative query.
A DNS (Domain Name System) lookup queries the distributed database of nameservers that translates human-readable domain names into the IP addresses and routing information computers need to connect to them. Every time you visit a website, send an email, or make an API call, your device performs DNS lookups behind the scenes — typically in milliseconds.
This tool performs a live, authoritative DNS query directly from our servers, bypassing any local DNS cache. This means you always see the current published DNS records, making it ideal for checking DNS propagation after making changes.
| Type | Full Name | Purpose | Example Value |
|---|---|---|---|
A | Address | Maps domain to IPv4 address | 93.184.216.34 |
AAAA | IPv6 Address | Maps domain to IPv6 address | 2606:2800:220:1:248:1893:25c8:1946 |
MX | Mail Exchange | Routes email to mail servers, with priority | 10 mail.example.com |
NS | Nameserver | Identifies authoritative DNS servers for the zone | ns1.example.com |
TXT | Text | Arbitrary text — SPF, DKIM, domain verification | v=spf1 include:_spf.google.com ~all |
CNAME | Canonical Name | Alias pointing one name to another | www → example.com |
SOA | Start of Authority | Zone metadata: primary NS, serial, refresh timers | ns1.example.com. admin.example.com. 2024010101 |
SRV | Service | Service location for protocols like SIP, XMPP | 10 20 5060 sip.example.com |
CAA | Certification Authority Authorization | Restricts which CAs may issue SSL certs | 0 issue "letsencrypt.org" |
PTR | Pointer | Reverse DNS — maps IP address back to hostname | host.example.com |
v=spf1 to find a domain's SPF policy.0 issue "letsencrypt.org" means only Let's Encrypt may issue certs. While optional, adding CAA records is a security best practice — it prevents rouge CAs from issuing fraudulent certificates for your domain.