Change ZERO_MS DNS

Switch to the primary DNS because the performance is better
master
arasseo. 1 year ago committed by Koitharu
parent 56ece80f2a
commit 554e3c1b61

@ -85,7 +85,7 @@ class DoHManager(
).build() ).build()
DoHProvider.ZERO_MS -> DnsOverHttps.Builder().client(bootstrapClient) DoHProvider.ZERO_MS -> DnsOverHttps.Builder().client(bootstrapClient)
.url("https://2ca4h4crra.cloudflare-gateway.com/dns-query".toHttpUrl()) .url("https://0ms.dev/dns-query".toHttpUrl())
.resolvePublicAddresses(true) .resolvePublicAddresses(true)
.build() .build()
} }

Loading…
Cancel
Save