← Back to Tools
// Tool

DNS Record Lookup

Query all DNS record types for any domain in one shot. Results served via Cloudflare 1.1.1.1 DNS-over-HTTPS.

Frequently Asked Questions

What does the TTL value mean?
Time To Live is how long (in seconds) resolvers may cache a record before re-querying. Lower TTLs propagate changes faster but increase query volume; higher TTLs cache longer.
Why do I see a CNAME instead of an A record?
A CNAME aliases one name to another, so the resolver follows it to find the address. A label with a CNAME cannot also hold most other record types at the same name.
What is a CAA record for?
A Certification Authority Authorization record lists which CAs may issue certificates for the domain, reducing the risk of unauthorized certificate issuance.