From 2bcb49b62d31f903361dc2f6a00483483c28a8f6 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Wed, 30 Apr 2025 21:41:00 +0800 Subject: [PATCH] Update Non-CN CIDR --- Build/constants/cidr.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build/constants/cidr.ts b/Build/constants/cidr.ts index b36bccba..117a3c66 100644 --- a/Build/constants/cidr.ts +++ b/Build/constants/cidr.ts @@ -31,6 +31,9 @@ export const NON_CN_CIDR_INCLUDED_IN_CHNROUTE = [ // https://github.com/misakaio/chnroutes2/issues/52 '137.220.128.0/17', + // Cloudie.hk commonly used in GFW DNS Poison target + '103.246.246.0/23', + '45.199.166.0/24', '45.199.167.0/24' ];