Browse Source

Fix China CIDR

SukkaW 1 year ago
parent
commit
53544d596a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Build/constants/cidr.ts

+ 4 - 1
Build/constants/cidr.ts

@@ -68,5 +68,8 @@ export const CN_CIDR_MISSING_IN_CHNROUTE = [
 
   // NetEase
   '223.252.194.0/24',
-  '223.252.196.0/24'
+  '223.252.196.0/24',
+
+  // Xiamen Kuaikuai
+  '180.188.36.0/22' // no route globally
 ];