mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Fix China CIDR generation
This commit is contained in:
parent
ffb4e24e8a
commit
d15bc66dd8
@ -33,7 +33,7 @@ const { compareAndWriteFile } = require('./lib/string-array-compare');
|
||||
'Data from https://misaka.io (misakaio @ GitHub)',
|
||||
],
|
||||
new Date(),
|
||||
cidr.map(i => `IP-CIDR,${i}`)
|
||||
filteredCidr.map(i => `IP-CIDR,${i}`)
|
||||
),
|
||||
pathResolve(__dirname, '../List/ip/china_ip.conf')
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user