mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Add sing-box support
This commit is contained in:
@@ -101,6 +101,7 @@ export const buildRejectIPList = task(require.main === module, __filename)(async
|
||||
result,
|
||||
'ruleset',
|
||||
path.resolve(__dirname, '../List/ip/reject.conf'),
|
||||
path.resolve(__dirname, '../Clash/ip/reject.txt')
|
||||
path.resolve(__dirname, '../Clash/ip/reject.txt'),
|
||||
path.resolve(__dirname, '../sing-box/ip/reject.json')
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user