mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Feat: add China IPv6 list
This commit is contained in:
@@ -8,7 +8,7 @@ import { NON_CN_CIDR_INCLUDED_IN_CHNROUTE, RESERVED_IPV4_CIDR } from './constant
|
||||
import { writeFile } from './lib/misc';
|
||||
|
||||
export const buildInternalReverseChnCIDR = task(require.main === module, __filename)(async () => {
|
||||
const cidr = await getChnCidrPromise();
|
||||
const [cidr] = await getChnCidrPromise();
|
||||
|
||||
const reversedCidr = merge(
|
||||
exclude(
|
||||
|
||||
Reference in New Issue
Block a user