miekg / dns

DNS library in Go
https://miek.nl/2014/august/16/go-dns-package
BSD 3-Clause "New" or "Revised" License
7.86k stars 1.12k forks source link

Is DoH supported? #1573

Closed adam-burns closed 3 weeks ago

adam-burns commented 3 weeks ago

We're attempting to transpile a DNS client golang application to WASM.

Due to serious WASM sandboxing, we are restricted to DNS over HTTPS.

Does this library support DNS over HTTPS (RFC 8484)?

AdVanceThanks!