Add sing-box support

This commit is contained in:
SukkaW
2024-08-13 01:32:55 +08:00
parent 12665a743d
commit 75f188f1c1
16 changed files with 159 additions and 17 deletions

View File

@@ -64,6 +64,7 @@ export const buildMicrosoftCdn = task(require.main === module, __filename)(async
res,
'ruleset',
path.resolve(__dirname, '../List/non_ip/microsoft_cdn.conf'),
path.resolve(__dirname, '../Clash/non_ip/microsoft_cdn.txt')
path.resolve(__dirname, '../Clash/non_ip/microsoft_cdn.txt'),
path.resolve(__dirname, '../sing-box/non_ip/microsoft_cdn.json')
);
});