mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update PACServerHandle.cs
This commit is contained in:
parent
1dc1d4dccd
commit
19ad24c2d5
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,11 @@ namespace v2rayN.HttpProxyHandler
|
||||||
|
|
||||||
public static void Init(Config config)
|
public static void Init(Config config)
|
||||||
{
|
{
|
||||||
if (InitServer("127.0.0.1"))
|
if (InitServer("*"))
|
||||||
|
{
|
||||||
|
pacPort = Global.pacPort;
|
||||||
|
}
|
||||||
|
else if (InitServer("127.0.0.1"))
|
||||||
{
|
{
|
||||||
pacPort = Global.pacPort;
|
pacPort = Global.pacPort;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue