Remove Dead/Duplicated/Outdated Hosts

This commit is contained in:
SukkaW
2026-01-17 14:55:19 +08:00
parent 65648becc1
commit 61a875d1b4
5 changed files with 9 additions and 34 deletions

View File

@@ -47,9 +47,9 @@ const dnsServers = [
// 'https://unfiltered.joindns4.eu/dns-query', // too many ECONNRESET on GitHub Actions
'h2://public.dns.iij.jp/dns-query',
// 'https://common.dot.dns.yandex.net/dns-query', // too many ECONNRESET on GitHub Actions
'h2://safeservedns.com/dns-query', // NameCheap DNS, supports DoT, DoH, UDP53
'h2://safeservedns.com/dns-query' // NameCheap DNS, supports DoT, DoH, UDP53
// 'https://ada.openbld.net/dns-query', Contains filtering
'h2://dns.rabbitdns.org/dns-query'
// 'h2://dns.rabbitdns.org/dns-query' -- TO MANY HTTP 522
];
const resultCache = new Map();