Update Reject & Domestic & Global & CDN & Download Hosts

This commit is contained in:
SukkaW
2024-03-12 16:21:36 +08:00
parent 292c04dc18
commit 29033f24ba
7 changed files with 56 additions and 22 deletions

View File

@@ -90,6 +90,7 @@ export const parseGfwList = async () => {
await Promise.all([
runAgainstRuleset(path.resolve(import.meta.dir, '../Source/non_ip/global.conf')),
runAgainstRuleset(path.resolve(import.meta.dir, '../Source/non_ip/telegram.conf')),
runAgainstRuleset(path.resolve(import.meta.dir, '../List/non_ip/stream.conf'))
]);