DNS Lookup
Query DNS records by type for a host.
DNS Lookup queries live DNS records for a hostname and selected record type. DNS resolution is a distributed lookup process in which recursive resolvers ask authoritative nameservers for records such as A, AAAA, CNAME, MX, TXT, NS, or CAA. Different record types answer different operational questions: address records route web traffic, MX records route mail, TXT records often prove ownership or define email policy, and NS records identify the authoritative servers for a zone. Results can differ by resolver because of caching, TTL, split-horizon DNS, or recent changes. This tool is useful for troubleshooting and documentation, but authoritative nameserver checks are best when confirming production truth.