User Tools

Site Tools


dns:dot_doh

This is an old revision of the document!


DoT DoH

Firefox Canary domain. If it returns an IP, DoH will be used

use-application-dns.net

Public list of DoH servers.

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
dog lookup.dog -H @https://8.8.4.4/dns-query
dog lookup.dog -H @https://f11a1d22-ebec-2222-1111-52992759684b.doh.threatdefense.infoblox.com/dns-query
dns/dot_doh.1725701556.txt.gz · Last modified: by bstafford