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:
@@ -43,7 +43,8 @@ export const buildAppleCdn = task(require.main === module, __filename)(async (sp
|
||||
ruleset,
|
||||
'ruleset',
|
||||
path.resolve(__dirname, '../List/non_ip/apple_cdn.conf'),
|
||||
path.resolve(__dirname, '../Clash/non_ip/apple_cdn.txt')
|
||||
path.resolve(__dirname, '../Clash/non_ip/apple_cdn.txt'),
|
||||
path.resolve(__dirname, '../sing-box/non_ip/apple_cdn.json')
|
||||
),
|
||||
createRuleset(
|
||||
span,
|
||||
@@ -54,6 +55,7 @@ export const buildAppleCdn = task(require.main === module, __filename)(async (sp
|
||||
'domainset',
|
||||
path.resolve(__dirname, '../List/domainset/apple_cdn.conf'),
|
||||
path.resolve(__dirname, '../Clash/domainset/apple_cdn.txt'),
|
||||
path.resolve(__dirname, '../sing-box/domainset/apple_cdn.json'),
|
||||
path.resolve(__dirname, '../Clash/clash_mrs_domain/apple_cdn.mrs')
|
||||
)
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user