DNS Lookup

Query DNS records for any domain directly from your browser using Cloudflare or Google DNS-over-HTTPS.

What is DNS?

The Domain Name System (DNS) is the phonebook of the internet. It translates human-readable names like example.com into the IP addresses and service records that browsers, mail servers and APIs actually connect to. Each DNS record has a type — A for IPv4, AAAA for IPv6, MX for mail, and so on — with a TTL that controls how long it can be cached.

Common Record Types

Type Purpose
AIPv4 address for a hostname.
AAAAIPv6 address for a hostname.
CNAMECanonical name — an alias pointing to another hostname.
MXMail exchanger — where email for the domain should be delivered.
NSAuthoritative name servers for the domain.
TXTFree-form text records — often SPF, DKIM and domain verification.
SOAStart of Authority — zone metadata: primary NS, serial, refresh, expiry.
CAAWhich certificate authorities may issue certificates for the domain.
SRVService location — priority, weight, port and target for a service.
PTRReverse lookup — maps an IP back to a hostname.
DNSKEYDNSSEC public key used to sign the zone.

Lookups are sent directly from your browser to the chosen DNS-over-HTTPS resolver (Cloudflare or Google). StatusDrift never sees the query.