Update Domestic / Global / CDN / Reject Hosts

This commit is contained in:
SukkaW
2023-12-15 23:29:46 +08:00
parent 88af6ddee2
commit 7ebd4efaea
6 changed files with 172 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ export const parseGfwList = async () => {
const top500Gfwed = new Set<string>();
const res = await fetch('https://radar.cloudflare.com/charts/LargerTopDomainsTable/attachment?id=843&top=1000');
const res = await fetch('https://radar.cloudflare.com/charts/LargerTopDomainsTable/attachment?id=845&top=5000');
const stream = Readable.fromWeb(res.body!).pipe(parse());
const trie = createTrie(blackSet);