I originally planned to use Cloudflare but didn't manage to make it work: cloudflare/cloudflare-docs#565
|
// TODO: Remove custom DNS resolver once we can use CloudFlare's (which is the default) |
|
// https://github.com/cloudflare/cloudflare-docs/issues/565 |
|
DoHClient("https://dns.google/dns-query") |
Alternatively, make the DoH library pick a resolver randomly from a list.
I originally planned to use Cloudflare but didn't manage to make it work: cloudflare/cloudflare-docs#565
relaynet-gateway-android/app/src/main/java/tech/relaycorp/gateway/data/DataModule.kt
Lines 81 to 83 in ed91aa5
Alternatively, make the DoH library pick a resolver randomly from a list.