分流预备工作

This commit is contained in:
ChsBuffer
2020-08-15 03:36:58 +08:00
parent d2c911da51
commit bd5cf8b70d
6 changed files with 25 additions and 9 deletions

View File

@@ -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