mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-09 00:28:50 +00:00
commit
a4174805f6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue