mirror of
https://github.com/v2board/v2board.git
synced 2025-07-03 18:43:22 +08:00
修正networksettings下发不正确
This commit is contained in:
@ -115,7 +115,7 @@ class UniProxyController extends Controller
|
|||||||
$response = [
|
$response = [
|
||||||
'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,
|
'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
|
||||||
|
Reference in New Issue
Block a user