Query DNS records (A, AAAA, CNAME, MX, TXT, NS, SOA) for any domain name.
example.com. 300 IN A 93.184.216.34
example.com. 300 IN AAAA 2606:2800:220:1:248:1893:25c8:1946
www.example.com. 300 IN CNAME example.com.
example.com. 300 IN MX 10 mail.example.com.
example.com. 300 IN TXT "v=spf1 include:_spf.google.com ~all"
example.com. 86400 IN NS ns1.example.com.
example.com. 86400 IN SOA ns1.example.com. admin.example.com. 2024010101 7200 3600 1209600 86400
_sip._tcp.example.com. 300 IN SRV 10 60 5060 sipserver.example.com.
34.216.184.93.in-addr.arpa. 300 IN PTR example.com.
Type a domain name.
Choose which record types to query.
See all DNS records.
Use DNS Lookup when setting up or migrating domains, troubleshooting email delivery issues related to MX or SPF records, or verifying that DNS changes have propagated globally. It is essential when configuring new web hosting, CDN services, or email providers. Security engineers use it to verify DMARC and SPF records, and DevOps teams use it to diagnose DNS-related outages.
The tool supports all standard DNS record types: A (IPv4 address), AAAA (IPv6 address), CNAME (canonical name alias), MX (mail exchange), TXT (text records for SPF/DKIM/DMARC), NS (nameservers), SOA (start of authority), SRV (service locator), CAA (certificate authority authorization), and PTR (reverse DNS). Each record type serves a specific purpose in domain configuration.
TTL (Time To Live) specifies how long a DNS record should be cached by resolvers and clients before requesting a fresh copy from the authoritative nameserver. A lower TTL (e.g., 300 seconds) allows faster propagation of changes but increases DNS query load. Higher TTLs (e.g., 86400 seconds) reduce load but delay change propagation.
Yes, the tool queries multiple DNS resolvers worldwide to verify that your DNS changes have propagated globally. This helps identify regions where old records are still cached and estimates when propagation will complete. It is especially useful after making DNS changes like switching hosting providers or updating nameservers.