mirror of
https://github.com/v2board/v2board.git
synced 2025-03-12 21:54:42 +08:00
修正networksettings下发不正确
This commit is contained in:
parent
af05ef6796
commit
8259f40175
@ -115,7 +115,7 @@ class UniProxyController extends Controller
|
||||
$response = [
|
||||
'server_port' => $this->nodeInfo->server_port,
|
||||
'network' => $this->nodeInfo->network,
|
||||
'network_settings' => $this->nodeInfo->network_settings,
|
||||
'networkSettings' => $this->nodeInfo->network_settings,
|
||||
'tls' => $this->nodeInfo->tls,
|
||||
'flow' => $this->nodeInfo->flow,
|
||||
'tls_settings' => $this->nodeInfo->tls_settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user