mirror of https://github.com/2dust/v2rayN
Update PACServerHandle.cs
parent
1dc1d4dccd
commit
19ad24c2d5
|
@ -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 New Issue