mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Sort reversed chnroutes
This commit is contained in:
@@ -37,7 +37,8 @@ const RESERVED_IPV4_CIDR = [
|
||||
|
||||
const reversedCidr = exclude(
|
||||
['0.0.0.0/0'],
|
||||
RESERVED_IPV4_CIDR.concat(Array.from(cidr))
|
||||
RESERVED_IPV4_CIDR.concat(Array.from(cidr)),
|
||||
true
|
||||
);
|
||||
|
||||
await fse.ensureDir(path.resolve(__dirname, '../List/internal'));
|
||||
|
||||
Reference in New Issue
Block a user