update: server controller

This commit is contained in:
tokumeikoi
2022-11-24 02:09:15 +08:00
parent bb900d59b0
commit 7810db0b47
2 changed files with 1 additions and 2 deletions

View File

@ -111,7 +111,6 @@ class UniProxyController extends Controller
$response = [
'server_port' => $this->nodeInfo->server_port,
'network' => $this->nodeInfo->network,
'cipher' => $this->nodeInfo->cipher,
'networkSettings' => $this->nodeInfo->networkSettings,
'tls' => $this->nodeInfo->tls
];