mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Update Domestic & Global & CDN Hosts
This commit is contained in:
@@ -204,7 +204,7 @@ export const PREDEFINED_WHITELIST = [
|
||||
'survicate.com', // AdGuardDNSFilter
|
||||
'perfops.io', // AdGuardDNSFilter
|
||||
'd2axgrpnciinw7.cloudfront.net', // ADGuardDNSFilter
|
||||
'tb-lb.sb-cd.com', // AdGuard
|
||||
'sb-cd.com', // AdGuard
|
||||
'storage.yandexcloud.net', // phishing list
|
||||
'login.microsoftonline.com', // phishing list
|
||||
'api.xiaomi.com', // https://github.com/jerryn70/GoodbyeAds/issues/281
|
||||
|
||||
@@ -53,6 +53,9 @@ export const parseGfwList = async () => {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
for (const l of (await (await fetch('https://raw.githubusercontent.com/Loyalsoldier/cn-blocked-domain/release/domains.txt')).text()).split('\n')) {
|
||||
blackSet.add(l);
|
||||
}
|
||||
|
||||
const top500Gfwed = new Set<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user