USAGE
Load dnscheck.tools in any web browser to identify your current DNS resolvers and check DNSSEC validation.
DNS TEST SERVER
dnscheck.tools is also a custom DNS test server!
$ dig [SUBDOMAIN.]go[-ALG][-NET]
Answers are provided for A, AAAA, MX, and TXT queries.
SUBDOMAIN
The SUBDOMAIN is composed of DNS response options, separated by a hyphen. Options may include...
- any of:
- <random> - a random number, up to six digits; useful for cache busting
- watch - mirror corresponding requests to the /watch/<random> page; requires <random>
- truncate - set the message truncation flag in responses over UDP
- compress - force the use of DNS message compression in the response
- up to one of:
- padding<n> - add <n> bytes of EDNS0 padding, up to 4000, to A, AAAA, MX, and TXT responses
- txtfill<n> - add <n> bytes of padding as TXT data, up to 4000, to TXT responses
- up to one of:
- formerr - respond with "format error"
- servfail - respond with "server failure"
- notimpl - respond with "not implemented"
- refused - respond with "query refused"
- noreply - do not respond
- up to one of:
- nosig - do not provide any DNSSEC signature in the response
- badsig - provide an invalid DNSSEC signature when signing the response
- expiredsig[<t>] - provide an expired DNSSEC signature when signing the response, <t> seconds in the past (default 1 day)
- up to one of:
- ipv4 - respond only over IPv4
- ipv6 - respond only over IPv6
- up to one of:
- tcp - respond only over TCP
- udp - respond only over UDP; disables automatic message compression and truncation
- dot - respond only over TLS
ZONE
The zone, go[-ALG][-NET], sets DNSSEC signing and network options.
- ALG may be one of:
- alg13 - sign the zone using ECDSA P-256 with SHA-256 (default)
- alg14 - sign the zone using ECDSA P-384 with SHA-384
- alg15 - sign the zone using Ed25519
- unsigned - do not sign the zone
- NET may be one of:
- ipv4 - offer only IPv4 authoritative nameservers
- ipv6 - offer only IPv6 authoritative nameservers
The zone "go" is equivalent to "go-alg13" and has both IPv4 and IPv6 authoritative nameservers.
EXAMPLES
Make DNS requests, like...
- $ dig watch-123456
.go-alg15 txt.dnscheck.tools - $ dig badsig-watch-123456
.go-alg15 txt.dnscheck.tools - $ dig noreply-watch-123456
.go txt.dnscheck.tools
... while monitoring https://
SEE ALSO
CONTACT
On reddit, u/dnschecktool
THIRD-PARTY DATA
IP addresses are grouped by their network registrants as discovered by the Registration Data Access Protocol.
Hostnames (pointer records) and authoritative nameservers are discovered by reverse DNS resolution.
IP geolocation data is provided by ipinfo.io.
PRIVACY POLICY
No personal data is collected. This site doesn't use cookies. Cheers!