mirror of
https://github.com/v2board/v2board.git
synced 2025-03-15 07:04:43 +08:00
修正networksettings下发不正确
This commit is contained in:
parent
af05ef6796
commit
8259f40175
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user