MiniDNS / minidns

DNS library for Android and Java SE
Other
219 stars 61 forks source link

Add support for DNS queries over HTTPS (draft-ietf-doh-dns-over-https-XX) #50

Open Flowdalic opened 7 years ago

Flowdalic commented 7 years ago

https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-14

https://developers.google.com/speed/public-dns/docs/dns-over-https

We should maybe use okhttp for this, since it appears what the cool kids use these days (it also targets Android). They have a, at the time of writing, minimalistic, implementation for dns-over-https at https://github.com/square/okhttp/blob/master/okhttp-dnsoverhttps).

Sami32 commented 7 months ago

Some updated links and use cases:

https://datatracker.ietf.org/doc/rfc8484/ https://9to5google.com/2022/07/19/android-dns-over-http/ https://source.chromium.org/chromium/chromium/src/+/HEAD:net/dns/public/doh_provider_entry.cc

https://datatracker.ietf.org/doc/rfc9230/ https://blog.cloudflare.com/oblivious-dns/ https://www.ghacks.net/2023/09/20/waterfox-gs6-0-ships-with-dns-over-oblivious-http-support-and-performance-optimizations/

Sami32 commented 6 months ago

See issue #122