mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Fix: force add a few CN cidr & always real ip
This commit is contained in:
@@ -26,6 +26,24 @@ export const NON_CN_CIDR_INCLUDED_IN_CHNROUTE = [
|
||||
|
||||
// https://github.com/misakaio/chnroutes2/issues/46
|
||||
export const CN_CIDR_NOT_INCLUDED_IN_CHNROUTE = [
|
||||
// Baidu Public DNS
|
||||
'180.76.76.0/24',
|
||||
// Ali Public DNS
|
||||
'223.5.5.0/24',
|
||||
'223.6.6.0/24',
|
||||
// Tencent DNSPod Public DNS
|
||||
'119.29.29.0/24',
|
||||
'119.28.28.0/24',
|
||||
'120.53.53.0/24',
|
||||
'1.12.12.0/24',
|
||||
'1.12.34.0/24',
|
||||
// ByteDance Public DNS
|
||||
'180.184.1.0/24',
|
||||
'180.184.2.0/24',
|
||||
// 360 Public DNS
|
||||
'101.198.198.0/24',
|
||||
'101.198.199.0/24',
|
||||
|
||||
'211.99.96.0/19', // wy.com.cn
|
||||
|
||||
'40.72.0.0/15', // AS58593, Azure China, Shanghai
|
||||
|
||||
Reference in New Issue
Block a user