DNS LOOKUP
Real-time DNS-over-HTTPS Protocol Intelligence
Enter a domain to begin lookup
DNS Record Reference
A / AAAA: Points a domain to an IPv4 (A) or IPv6 (AAAA) address.
MX: Mail Exchange records specify the mail servers for the domain.
TXT: Used for SPF, DKIM, and site verification strings.
CNAME: Aliases one domain name to another canonical name.
CLI Commands
# Dig command
dig example.com ANY
# NSLookup command
nslookup -type=mx google.com