Change ZERO_MS DNS

Switch to the primary DNS because the performance is better
This commit is contained in:
arasseo.
2024-11-26 05:54:30 +07:00
committed by Koitharu
parent 56ece80f2a
commit 554e3c1b61

View File

@@ -85,7 +85,7 @@ class DoHManager(
).build()
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)
.build()
}