mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Update Domestic / Global / CDN / Reject Hosts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user