mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 09:40:34 +08:00
Chore: domain alive check add new DNS server
This commit is contained in:
parent
d965ae852b
commit
f57d3cdb9e
@ -56,7 +56,8 @@ const dohServers: Array<[string, DNS2.DnsResolver]> = ([
|
||||
'wikimedia-dns.org',
|
||||
// 'ordns.he.net',
|
||||
// 'dns.mullvad.net',
|
||||
'basic.rethinkdns.com'
|
||||
'basic.rethinkdns.com',
|
||||
'198.54.117.10' // NameCheap DNS, supports DoT, DoH, UDP53
|
||||
// 'ada.openbld.net',
|
||||
// 'dns.rabbitdns.org'
|
||||
] as const).map(dns => [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user