mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Chore: update domain alive DoH list
This commit is contained in:
parent
275e983521
commit
238eb7fa6f
@ -18,7 +18,7 @@ const dnsServers = [
|
||||
'dns10.quad9.net', // Quad9 unfiltered
|
||||
'doh.sandbox.opendns.com', // OpenDNS sandbox (unfiltered)
|
||||
'unfiltered.adguard-dns.com',
|
||||
// '0ms.dev', // Proxy Cloudflare
|
||||
'v.recipes', // Proxy Cloudflare
|
||||
// '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
|
||||
@ -28,14 +28,19 @@ const dnsServers = [
|
||||
'dns.nextdns.io',
|
||||
'anycast.dns.nextdns.io',
|
||||
'wikimedia-dns.org',
|
||||
'puredns.org',
|
||||
// 'ordns.he.net',
|
||||
// 'dns.mullvad.net',
|
||||
'basic.rethinkdns.com'
|
||||
'dns.mullvad.net',
|
||||
'basic.rethinkdns.com',
|
||||
'doh.qis.io',
|
||||
'dns.surfsharkdns.com',
|
||||
'private.canadianshield.cira.ca',
|
||||
'unfiltered.joindns4.eu',
|
||||
'public.dns.iij.jp',
|
||||
'doh.libredns.gr'
|
||||
// '198.54.117.10' // NameCheap DNS, supports DoT, DoH, UDP53
|
||||
// 'ada.openbld.net',
|
||||
// 'dns.rabbitdns.org'
|
||||
].map(dns => 'https://' + dns);
|
||||
].map(dns => 'https://' + dns + '/dns-query');
|
||||
|
||||
console.log({ dnsServers });
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user