DNS Lookup (DoH)

Query public DNS records (A, AAAA, MX, TXT, CNAME, NS, SRV) for any domain using DNS-over-HTTPS.

About DNS Records & DNS-over-HTTPS (DoH)

The Domain Name System (DNS) maps human-readable domain names (like google.com) to machine-readable IP addresses. DNS-over-HTTPS (DoH) is a protocol for performing remote Domain Name System resolution via the HTTPS protocol. It increases user privacy and security by preventing eavesdropping and manipulation of DNS data by man-in-the-middle attacks.

DNS Record Types Explained

- A / AAAA: Maps a domain to IPv4 (A) or IPv6 (AAAA) addresses.
- CNAME: Canonical Name record. Points a domain alias to another domain name.
- MX: Mail Exchanger record. Specifies the mail servers responsible for receiving emails for the domain.
- TXT: Text records. Used for verification (like Google Site Verification, SPF, and DKIM).