mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Fix: IPv6 list
This commit is contained in:
parent
2db87bd57d
commit
03f1a0058e
@ -46,13 +46,13 @@ export const buildChnCidr = task(require.main === module, __filename)(async (spa
|
||||
compareAndWriteFile(
|
||||
span,
|
||||
withBannerArray(
|
||||
'Sukka\'s Ruleset - Mainland China IPv4 CIDR',
|
||||
'Sukka\'s Ruleset - Mainland China IPv6 CIDR',
|
||||
[
|
||||
...description,
|
||||
'Data from https://github.com/gaoyifan/china-operator-ip'
|
||||
],
|
||||
new Date(),
|
||||
filteredCidr4.map(i => `IP-CIDR6,${i}`)
|
||||
cidr6.map(i => `IP-CIDR6,${i}`)
|
||||
),
|
||||
pathResolve(__dirname, '../List/ip/china_ip_ipv6.conf')
|
||||
),
|
||||
@ -72,7 +72,7 @@ export const buildChnCidr = task(require.main === module, __filename)(async (spa
|
||||
compareAndWriteFile(
|
||||
span,
|
||||
withBannerArray(
|
||||
'Sukka\'s Ruleset - Mainland China IPv4 CIDR',
|
||||
'Sukka\'s Ruleset - Mainland China IPv6 CIDR',
|
||||
[
|
||||
...description,
|
||||
'Data from https://github.com/gaoyifan/china-operator-ip'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user