dns:dot_doh
This is an old revision of the document!
Table of Contents
DoT DoH
Firefox Canary domain. If it returns an IP, DoH will be used
use-application-dns.net
Google DoH
Official documentation
Interactive web page here. Add -v for verbose mode.
curl -H "accept: application/dns-json" "https://dns.google/resolve?name=www.google.com&type=A"
Note: There is also a human-friendly web interface at https://dns.google/. This web app displays JSON results in a browser but does not implement an API; do not confuse its https://dns.google/query? URLs with the two API URLs.
Cloudflare DoH
Add -v for verbose mode.
curl -H "accept: application/dns-json" "https://cloudflare-dns.com/dns-query?name=www.google.com&type=A"
Infoblox B1TD DoH
Following RFC, the endpoint should receive a base64 encoded HTTP friendly DNS packed.
https://f11a1d22-ebec-2222-1111-52992759684b.doh.threatdefense.infoblox.com/dns-query?dns=AAABAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB
Test with dog
dog lookup.dog -H @https://f11a1d22-ebec-2222-1111-52992759684b.doh.threatdefense.infoblox.com/dns-query
dns/dot_doh.1725701568.txt.gz · Last modified: by bstafford
