LoopX DNS
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Debugging

DNS debugging is often done via the command line. There are various tools available. Like dig, kdig, nslookup… Not every tool supports every protocol. There is one tool that supports all the current available protocols and that is called just q and it is available here on Github.

DNS queries with q

Do53

q a heise.de @plain://dns.loopx.org --stats
q a heise.de @tcp://dns.loopx.org --stats

DoH

q a heise.de @https://dns.loopx.org --stats

DoT

q a heise.de @tls://dns.loopx.org --stats

DoH3

q a heise.de @https://dns.loopx.org --stats

DoQ

q a heise.de @quic://dns.loopx.org --stats

ODoH

q a heise.de --odoh-proxy=https://odoh-proxy-roo.loopx.org @https://odoh-target-roo.loopx.org/dns-query --stats