mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-11 16:50:33 +08:00
Chore: update domain alive options
This commit is contained in:
parent
966bb1fbab
commit
60ceb29ef9
2
.github/workflows/check-source-domain.yml
vendored
2
.github/workflows/check-source-domain.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
- run: pnpm install
|
||||
- run: pnpm run node Build/validate-domain-alive.ts
|
||||
env:
|
||||
DEBUG: domain-alive:dead-domain
|
||||
DEBUG: domain-alive:dead-domain,domain-alive:error:*
|
||||
- name: Cache cache.db
|
||||
if: always()
|
||||
uses: actions/cache/save@v4
|
||||
|
||||
@ -32,14 +32,12 @@ const dnsServers = [
|
||||
// 'ordns.he.net',
|
||||
'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',
|
||||
'common.dot.dns.yandex.net'
|
||||
// '198.54.117.10' // NameCheap DNS, supports DoT, DoH, UDP53
|
||||
'common.dot.dns.yandex.net',
|
||||
'safeservedns.com' // NameCheap DNS, supports DoT, DoH, UDP53
|
||||
// 'ada.openbld.net',
|
||||
// 'dns.rabbitdns.org'
|
||||
].map(dns => 'https://' + dns + '/dns-query');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user