Browse Source

Add the missing semicolon in global proxy bypass list

tags/3.4.2
noisyfox 8 years ago
parent
commit
0c055caffd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Util/SystemProxy/Sysproxy.cs

+ 1
- 1
shadowsocks-csharp/Util/SystemProxy/Sysproxy.cs View File

@@ -44,7 +44,7 @@ namespace Shadowsocks.Util.SystemProxy
{
if (global)
{
arguments = $"global {proxyServer} <local>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.*;172.32.*;192.168.*";
arguments = $"global {proxyServer} <local>;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.*;172.32.*;192.168.*";
}
else
{


Loading…
Cancel
Save