Post connection info and user to endpoint

This commit is contained in:
Marcel Pociot
2022-03-04 17:35:20 +01:00
parent 4e2eda036a
commit c2b0b62a8b
2 changed files with 9 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ class ControlConnection
return [
'type' => 'http',
'host' => $this->host,
'remote_address' => $this->socket->remoteAddress,
'server_host' => $this->serverHost,
'client_id' => $this->client_id,
'client_version' => $this->client_version,