mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-25 12:26:55 +00:00
bypass proxy for intranet address
Update for #1708 Tested on Win10 Pro 21H1 x64 and Win7 Ent sp1 x64.
This commit is contained in:
parent
2fc3e846df
commit
e1a9a7d694
1 changed files with 1 additions and 1 deletions
|
@ -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.*;<local>";
|
||||
|
||||
public const string RoutingRuleComma = "<COMMA>";
|
||||
|
||||
|
|
Loading…
Reference in a new issue