ChistStudioChistStudio

Port 06 — network

DNS Lookup

Query public DNS records for a domain via Google's public DNS-over-HTTPS resolver. Only the domain name you enter is sent — nothing about you.

dns-lookup
Lookup failed — check the domain name and try again.
Ad slot — in-content unitReplace with <ins class="adsbygoogle"> once AdSense is approved

What this tool queries

This performs a live DNS lookup against Google's public DNS-over-HTTPS resolver (dns.google), returning whatever records are currently published for the domain — useful for confirming a DNS change has propagated, debugging email deliverability via MX and TXT (SPF/DKIM) records, or verifying a domain's nameservers point where you expect.

Record types explained

Frequently asked questions

Why do my DNS changes not show up here yet?

Records are cached according to their TTL, both by public resolvers and your own device or ISP. Propagation can take from a few minutes up to 48 hours depending on the previous TTL and caching behavior.

What is the difference between an A and an AAAA record?

An A record maps a domain to an IPv4 address; an AAAA record maps it to an IPv6 address. A domain can have both at once.

What does an MX record do?

It specifies which mail servers accept email for a domain, with a priority value used when multiple servers are listed.

Related tools