DNS Lookup

Look up DNS records for any domain. Query A, AAAA, MX, NS, TXT, CNAME, SOA, and SRV using Cloudflare's DNS-over-HTTPS API.

Common DNS Records

AMaps a domain to an IPv4 address (e.g., 93.184.216.34).
AAAAMaps a domain to an IPv6 address.
CNAMEAlias: points one domain to another. The target must have A/AAAA.
MXMail exchange: specifies mail servers and priority for email delivery.
NSName server: delegates a zone to authoritative DNS servers.
TXTText record: arbitrary data, often SPF, DKIM, or verification strings.
SOAStart of authority: zone metadata, serial, refresh, and TTL info.
SRVService record: defines host and port for services (SIP, XMPP, etc.).

What is DNS Lookup?

DNS lookup is the process of querying the Domain Name System to retrieve the records associated with a domain name. When you type a URL like example.com, your computer performs a DNS lookup to find the IP address (or other records) that correspond to that domain. This tool lets you perform those lookups manually for any domain.

Common uses include verifying MX records for email configuration, checking if A or AAAA records point to the correct IP, debugging DNS propagation after changes, and understanding how a domain is configured.

Understanding DNS Record Types

A records map domains to IPv4 addresses. AAAA records map to IPv6. MX records specify mail servers for email delivery. NS records point to authoritative name servers. TXT records hold arbitrary text, often used for SPF, DKIM, or domain verification. CNAME records alias one domain to another. SOA records contain zone authority info. SRV records define services (e.g., SIP, XMPP) by host and port.

Each record type serves a specific purpose. Most websites need at least A (or AAAA) and often NS. Email requires MX. Use this tool to inspect what records a domain has.

DNS-over-HTTPS and Privacy

Traditional DNS uses unencrypted UDP, so anyone on the network can see which domains you're looking up. DNS-over-HTTPS (DoH) sends queries over HTTPS, encrypting them. Cloudflare's 1.1.1.1 DoH service is used by this tool. Your queries are encrypted in transit. Cloudflare has a strong privacy policy and doesn't log personal data. For maximum privacy, run DNS lookups locally with dig or nslookup.

Frequently Asked Questions

Related Tools

Explore More Tools

Find this tool useful? Buy us a coffee to keep DuskTools free and ad-light.