mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Chore: remove problematic DoH in the domain alive option [skip ci]
This commit is contained in:
parent
75798e1e3d
commit
7c580f0b0d
@ -19,7 +19,7 @@ const dnsServers = [
|
||||
'dns10.quad9.net', // Quad9 unfiltered
|
||||
'doh.sandbox.opendns.com', // OpenDNS sandbox (unfiltered)
|
||||
'unfiltered.adguard-dns.com',
|
||||
'v.recipes', // Proxy Cloudflare
|
||||
// 'v.recipes', // Proxy Cloudflare, too many HTTP 503
|
||||
// '76.76.2.0', // ControlD unfiltered, path not /dns-query
|
||||
// '76.76.10.0', // ControlD unfiltered, path not /dns-query
|
||||
// 'dns.bebasid.com', // BebasID, path not /dns-query but /unfiltered
|
||||
@ -30,13 +30,13 @@ const dnsServers = [
|
||||
'anycast.dns.nextdns.io',
|
||||
'wikimedia-dns.org',
|
||||
// 'ordns.he.net',
|
||||
'dns.mullvad.net',
|
||||
// 'dns.mullvad.net', empty HTTP body a lot
|
||||
'basic.rethinkdns.com',
|
||||
'dns.surfsharkdns.com',
|
||||
'private.canadianshield.cira.ca',
|
||||
'unfiltered.joindns4.eu',
|
||||
// 'unfiltered.joindns4.eu', // too many ECONNRESET on GitHub Actions
|
||||
'public.dns.iij.jp',
|
||||
'common.dot.dns.yandex.net',
|
||||
// 'common.dot.dns.yandex.net', // too many ECONNRESET on GitHub Actions
|
||||
'safeservedns.com' // NameCheap DNS, supports DoT, DoH, UDP53
|
||||
// 'ada.openbld.net',
|
||||
// 'dns.rabbitdns.org'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user