mirror of
https://github.com/v2board/v2board.git
synced 2025-07-04 19:13:21 +08:00
修正networksettings下发不正确
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user