Gate46
  1. All tools
  2. Names line

DNS lookup

Ask the public DNS what it holds for a domain. Useful after changing a record, moving a site, or setting up email.

Record type
Enter a domain to see its records.

You will get every common record type with its TTL, plus whether the answer was DNSSEC validated. Try one of these:

What this lookup does

DNS turns names people can remember into the addresses computers route to. This tool asks a public resolver for a domain's records and shows you exactly what came back.

Queries go from your browser to a public resolver over DNS-over-HTTPS, first Google Public DNS and then Cloudflare if the first does not answer. Resolvers cache answers for as long as each record's TTL allows, so a record you changed minutes ago can still show its old value until the TTL runs out.

Record types

TypeHoldsYou check it when
AThe IPv4 address of the nameA site has moved to a new server
AAAAThe IPv6 address of the nameConfirming a site is reachable over IPv6
CNAMEAn alias pointing to another nameConnecting a subdomain to a hosted service
MXMail servers, in priority orderEmail is bouncing or you switched mail provider
NSThe authoritative name serversYou changed DNS host or registrar
TXTFree text: SPF, DKIM, DMARC, site verificationSetting up email authentication or proving domain ownership
SOAZone serial number and timersChecking whether a zone update has propagated
CAAWhich certificate authorities may issue for the domainA TLS certificate request was refused

Reading the result

  • TTL is how long resolvers may cache the record. A low value at a public resolver means the cached copy is about to expire, not that your TTL is low.
  • NXDOMAIN means the name does not exist at all. An empty answer with NOERROR means the name exists but has no record of that type.
  • DNSSEC validated means the resolver verified a signature chain for the answer. Most domains are not signed, and that is not an error.

Common questions

I changed a record and still see the old value. Why?

Resolvers keep the previous answer until its TTL expires. Wait for the old TTL to pass, then look again. Before a planned change, lower the TTL a day ahead so the switch takes effect quickly.

Why do I get different answers than my own computer?

Your computer asks your provider's resolver, which has its own cache, and large sites return different addresses depending on where the question comes from. Both answers can be correct.

Can I find the hostname for an IP address here?

That is a PTR lookup. Use reverse DNS, which builds the special reverse name for you.