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:
@@ -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