mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -66,7 +66,7 @@ class ControlConnection
|
|||||||
return [
|
return [
|
||||||
'type' => 'http',
|
'type' => 'http',
|
||||||
'host' => $this->host,
|
'host' => $this->host,
|
||||||
'remote_address' => $this->socket->remoteAddress,
|
'remote_address' => $this->socket->remoteAddress ?? null,
|
||||||
'server_host' => $this->serverHost,
|
'server_host' => $this->serverHost,
|
||||||
'client_id' => $this->client_id,
|
'client_id' => $this->client_id,
|
||||||
'client_version' => $this->client_version,
|
'client_version' => $this->client_version,
|
||||||
|
|||||||
Reference in New Issue
Block a user