mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -186,9 +186,9 @@ class Client
|
||||
$host = $this->configuration->host();
|
||||
|
||||
$this->logger->info($data->message);
|
||||
$this->logger->info("Local-Port:\t\t{$port}");
|
||||
$this->logger->info("Shared-Port:\t\t{$data->shared_port}");
|
||||
$this->logger->info("Expose-URL:\t\ttcp://{$host}:{$data->shared_port}.");
|
||||
$this->logger->info("Local-Port:\t\t<options=bold>{$port}</>");
|
||||
$this->logger->info("Shared-Port:\t\t<options=bold>{$data->shared_port}</>");
|
||||
$this->logger->info("Expose-URL:\t\t<options=bold>tcp://{$host}:{$data->shared_port}</>");
|
||||
$this->logger->line('');
|
||||
|
||||
$deferred->resolve($data);
|
||||
|
||||
Reference in New Issue
Block a user