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.
curl -vH "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
curl -vH "accept: application/dns-json" "https://cloudflare-dns.com/dns-query?name=www.google.com&type=A"
dns/dot_doh.1714464044.txt.gz · Last modified: by bstafford
