mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
分流预备工作
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Netch.Controllers
|
||||
if (!string.IsNullOrEmpty(server.OBFSParam)) argument.Append($" -g \"{server.OBFSParam}\"");
|
||||
}
|
||||
|
||||
argument.Append($" -b {Global.Settings.LocalAddress} -l {Global.Settings.Socks5LocalPort} -u");
|
||||
argument.Append($" -b {LocalAddress} -l {Socks5LocalPort} -u");
|
||||
if (mode.BypassChina) argument.Append(" --acl default.acl");
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user