mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
Bug fix system proxy for macos
This commit is contained in:
parent
2cd2e8894d
commit
85cb1d1c92
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
lstCmd.Add(new CmdItem()
|
||||
{
|
||||
Cmd = "networksetup",
|
||||
Arguments = [$"-{type}", interf, host, (type.Contains("socks") ? (port - 1) : port).ToString()]
|
||||
Arguments = [$"-{type}", interf, host, port.ToString()]
|
||||
});
|
||||
}
|
||||
if (exceptions.IsNotEmpty())
|
||||
|
|
Loading…
Reference in a new issue