blokadaorg / blokada

The official repo for Blokada apps.
https://blokada.org
3.04k stars 212 forks source link

DoH: Support RFC 8484 conform DNS over HTTPS #927

Open ryru opened 2 years ago

ryru commented 2 years ago

According to https://github.com/blokadaorg/blokada/issues/836 Blokada's DoH support is limited to Googles JSON-based DoH specification, which is not an Internet standard. Most public DoH resolvers do not support JSON-based DNS.

Please add DoH support for the official RFC 8484 DNS Queries over HTTPS (DoH).

balboah commented 1 year ago

Hello,

With Blokada v6 we use the DoH/DoT clients provided natively by the OS, thus this issue is only relevant to versions prior to v6. Of course if anyone would want to try implementing a new client also for v5 we would be happy to welcome such contribution, it's not something we're planning to do in the near term ourselves