mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-02 07:28:13 -05:00
fix: 修复Vless Grpc ws不可用的问题
This commit is contained in:
parent
cdc766c72b
commit
519841c323
@ -153,6 +153,7 @@ class UniProxyController extends Controller
|
|||||||
'server_port' => $this->nodeInfo->server_port,
|
'server_port' => $this->nodeInfo->server_port,
|
||||||
'network' => $this->nodeInfo->network,
|
'network' => $this->nodeInfo->network,
|
||||||
'network_settings' => $this->nodeInfo->network_settings,
|
'network_settings' => $this->nodeInfo->network_settings,
|
||||||
|
'networkSettings' => $this->nodeInfo->network_settings,
|
||||||
'tls' => $this->nodeInfo->tls,
|
'tls' => $this->nodeInfo->tls,
|
||||||
'flow' => $this->nodeInfo->flow,
|
'flow' => $this->nodeInfo->flow,
|
||||||
'tls_settings' => $this->nodeInfo->tls_settings
|
'tls_settings' => $this->nodeInfo->tls_settings
|
||||||
|
Loading…
Reference in New Issue
Block a user