mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +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 install
|
||||||
- run: pnpm run node Build/validate-domain-alive.ts
|
- run: pnpm run node Build/validate-domain-alive.ts
|
||||||
env:
|
env:
|
||||||
DEBUG: domain-alive:dead-domain
|
DEBUG: domain-alive:dead-domain,domain-alive:error:*
|
||||||
- name: Cache cache.db
|
- name: Cache cache.db
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
|
|||||||
@ -32,14 +32,12 @@ const dnsServers = [
|
|||||||
// 'ordns.he.net',
|
// 'ordns.he.net',
|
||||||
'dns.mullvad.net',
|
'dns.mullvad.net',
|
||||||
'basic.rethinkdns.com',
|
'basic.rethinkdns.com',
|
||||||
'doh.qis.io',
|
|
||||||
'dns.surfsharkdns.com',
|
'dns.surfsharkdns.com',
|
||||||
'private.canadianshield.cira.ca',
|
'private.canadianshield.cira.ca',
|
||||||
'unfiltered.joindns4.eu',
|
'unfiltered.joindns4.eu',
|
||||||
'public.dns.iij.jp',
|
'public.dns.iij.jp',
|
||||||
'doh.libredns.gr',
|
'common.dot.dns.yandex.net',
|
||||||
'common.dot.dns.yandex.net'
|
'safeservedns.com' // NameCheap DNS, supports DoT, DoH, UDP53
|
||||||
// '198.54.117.10' // NameCheap DNS, supports DoT, DoH, UDP53
|
|
||||||
// 'ada.openbld.net',
|
// 'ada.openbld.net',
|
||||||
// 'dns.rabbitdns.org'
|
// 'dns.rabbitdns.org'
|
||||||
].map(dns => 'https://' + dns + '/dns-query');
|
].map(dns => 'https://' + dns + '/dns-query');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user