mirror of https://github.com/2dust/v2rayN
fix PAC
parent
b921dd3610
commit
aa5f00e67b
|
@ -59,7 +59,7 @@ namespace v2rayN.HttpProxyHandler
|
|||
|
||||
if (server == null)
|
||||
{
|
||||
string prefixes = string.Format("http://{0}:{1}/pac/", "+", Global.pacPort);
|
||||
string prefixes = string.Format("http://{0}:{1}/pac/", address, Global.pacPort);
|
||||
Utils.SaveLog("Webserver prefixes " + prefixes);
|
||||
|
||||
HttpWebServer ws = new HttpWebServer(SendResponse, prefixes);
|
||||
|
|
Loading…
Reference in New Issue