You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, JSON encoding for DNS has never been standardized.
But in JavaScript, the dns-packet package is great to build/parse DNS packets, so you can query DoH servers. I'd recommend using this, as it works with all DoH servers.
Does Quad9 have any plan to server a JSON API ? I found Google and Cloudflare servers different APIs which makes the DNS query result easy to read in JSON format.
#Google JSON API (https://developers.google.com/speed/public-dns/docs/doh/json)
#Cloudflare JSON API (https://developers.cloudflare.com/1.1.1.1/dns-over-https/json-format/)
The text was updated successfully, but these errors were encountered: