修正networksettings下发不正确

This commit is contained in:
root 2023-08-15 00:52:50 +09:00
parent af05ef6796
commit 8259f40175

View File

@ -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