fix(resolvermake): re-enable dns.google DoH HTTP3 resolutions (#680)

This commit is contained in:
Yeganathan S 2022-01-31 18:12:43 +00:00 committed by GitHub
parent 6ff4c8d949
commit 502ce1267a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ var allmakers = []*resolvermaker{{
url: "http3://cloudflare-dns.com/dns-query",
}, {
url: "https://dns.google/dns-query",
}, {
url: "http3://dns.google/dns-query",
}, {
url: "https://dns.quad9.net/dns-query",
}, {