DNS Lookup
Query standard DNS records (A, AAAA, MX, CNAME, TXT, NS) for any domain name instantly.
Query Domain Name Records
DNS (Domain Name System) translates human-readable domain names into IP addresses. This tool fetches authoritative DNS records to help debug propagation issues, mail routing (MX), or security policies (TXT/SPF).
Common DNS Record Types
- A (Address): Maps a hostname to a 32-bit IPv4 address.
- AAAA (IPv6 Address): Maps a hostname to a 128-bit IPv6 address.
- MX (Mail Exchanger): Maps a domain name to a list of mail servers, sorted by priority.
- CNAME (Canonical Name): Creates an alias pointing a domain to another domain.
- TXT (Text): Stores text metadata, commonly used for SPF, DKIM, and site verification.
- NS (Name Server): Lists the authoritative nameservers for the domain.
SEO & Web Development Applications
Auditing DNS records (A, CNAME, MX, TXT, SPF, DKIM) ensures domain resolution reliability and email deliverability for site notifications.