Skip to content

Commit

Permalink
Change ZERO_MS DNS
Browse files Browse the repository at this point in the history
Switch to the primary DNS because the performance is better
  • Loading branch information
galpt authored and Koitharu committed Nov 27, 2024
1 parent 56ece80 commit 554e3c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 554e3c1

Please sign in to comment.