mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
commit
5d9b98f383
@ -110,7 +110,7 @@ class ClientController extends Controller
|
|||||||
if (isset($wsSettings->headers->Host)) $proxies .= ', ws-headers=' . $wsSettings->headers->Host;
|
if (isset($wsSettings->headers->Host)) $proxies .= ', ws-headers=' . $wsSettings->headers->Host;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$proxies .= '\r\n';
|
$proxies .= "\r\n";
|
||||||
// [Proxy Group]
|
// [Proxy Group]
|
||||||
$proxyGroup .= $item->name . ', ';
|
$proxyGroup .= $item->name . ', ';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user