mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +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()
|
lstCmd.Add(new CmdItem()
|
||||||
{
|
{
|
||||||
Cmd = "networksetup",
|
Cmd = "networksetup",
|
||||||
Arguments = [$"-{type}", interf, host, (type.Contains("socks") ? (port - 1) : port).ToString()]
|
Arguments = [$"-{type}", interf, host, port.ToString()]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (exceptions.IsNotEmpty())
|
if (exceptions.IsNotEmpty())
|
||||||
|
|
Loading…
Reference in a new issue