Make sure chnroutes not to be invalid

This commit is contained in:
SukkaW
2024-10-19 19:04:26 +08:00
parent 8a2dbfb018
commit 1caf83b261
3 changed files with 77 additions and 16 deletions

View File

@@ -55,5 +55,8 @@ export const CN_CIDR_NOT_INCLUDED_IN_CHNROUTE = [
'139.219.0.0/16', // AS58593, Azure China, Shanghai
'143.64.0.0/16', // AS58593, Azure China, Beijing
'159.27.0.0/16', // AS58593, Azure China, Beijing
'163.228.0.0/16' // AS58593, Azure China, Beijing
'163.228.0.0/16', // AS58593, Azure China, Beijing
// NetEase
'223.252.196.0/24'
];