Update Domestic & Global & CDN Hosts

This commit is contained in:
SukkaW
2024-04-05 15:46:20 +08:00
parent 8a1aa15ea0
commit 60eabb8e50
7 changed files with 38 additions and 10 deletions

View File

@@ -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>();