From e1a9a7d694ad644b5db61f4a58eca5be5fe2ede7 Mon Sep 17 00:00:00 2001 From: fangzheng Date: Tue, 27 Jul 2021 15:52:18 +0800 Subject: [PATCH] bypass proxy for intranet address Update for #1708 Tested on Win10 Pro 21H1 x64 and Win7 Ent sp1 x64. --- v2rayN/v2rayN/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Global.cs b/v2rayN/v2rayN/Global.cs index a44cc1ee..000115c9 100644 --- a/v2rayN/v2rayN/Global.cs +++ b/v2rayN/v2rayN/Global.cs @@ -189,7 +189,7 @@ namespace v2rayN } public const string StatisticLogOverall = "StatisticLogOverall.json"; - public const string IEProxyExceptions = "localhost;127.*;10.*;172.16.*;172.17.*;172.18.*;172.19.*;172.20.*;172.21.*;172.22.*;172.23.*;172.24.*;172.25.*;172.26.*;172.27.*;172.28.*;172.29.*;172.30.*;172.31.*;192.168.*"; + public const string IEProxyExceptions = "localhost;127.*;10.*;172.16.*;172.17.*;172.18.*;172.19.*;172.20.*;172.21.*;172.22.*;172.23.*;172.24.*;172.25.*;172.26.*;172.27.*;172.28.*;172.29.*;172.30.*;172.31.*;192.168.*;"; public const string RoutingRuleComma = "";