mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +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(
|
compareAndWriteFile(
|
||||||
span,
|
span,
|
||||||
withBannerArray(
|
withBannerArray(
|
||||||
'Sukka\'s Ruleset - Mainland China IPv4 CIDR',
|
'Sukka\'s Ruleset - Mainland China IPv6 CIDR',
|
||||||
[
|
[
|
||||||
...description,
|
...description,
|
||||||
'Data from https://github.com/gaoyifan/china-operator-ip'
|
'Data from https://github.com/gaoyifan/china-operator-ip'
|
||||||
],
|
],
|
||||||
new Date(),
|
new Date(),
|
||||||
filteredCidr4.map(i => `IP-CIDR6,${i}`)
|
cidr6.map(i => `IP-CIDR6,${i}`)
|
||||||
),
|
),
|
||||||
pathResolve(__dirname, '../List/ip/china_ip_ipv6.conf')
|
pathResolve(__dirname, '../List/ip/china_ip_ipv6.conf')
|
||||||
),
|
),
|
||||||
@ -72,7 +72,7 @@ export const buildChnCidr = task(require.main === module, __filename)(async (spa
|
|||||||
compareAndWriteFile(
|
compareAndWriteFile(
|
||||||
span,
|
span,
|
||||||
withBannerArray(
|
withBannerArray(
|
||||||
'Sukka\'s Ruleset - Mainland China IPv4 CIDR',
|
'Sukka\'s Ruleset - Mainland China IPv6 CIDR',
|
||||||
[
|
[
|
||||||
...description,
|
...description,
|
||||||
'Data from https://github.com/gaoyifan/china-operator-ip'
|
'Data from https://github.com/gaoyifan/china-operator-ip'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user