DNS Record Lookup
Full DNS lookup returning A, AAAA, CNAME, MX, NS, TXT, and SOA records in a single query. See your complete DNS configuration at a glance.
DNS record types
A / AAAA — Map a domain to IPv4/IPv6 addresses. These are the fundamental records that make your website accessible.
CNAME — Alias one domain to another. Common for subdomains pointing to CDNs or SaaS platforms.
MX — Specify which servers handle email for the domain, with priority ordering.
NS — Identify the authoritative nameservers for the domain.
TXT — Text records used for SPF, DKIM, domain verification, and more.
SOA — Start of Authority record with zone metadata like serial number and refresh intervals.