mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
wip
This commit is contained in:
@@ -17,8 +17,8 @@ class ShareCommand extends Command
|
||||
{
|
||||
(new Factory())
|
||||
->setLoop(app(LoopInterface::class))
|
||||
//->setHost('beyond.sh')
|
||||
//->setPort(8080)
|
||||
->setHost('beyond.sh')
|
||||
->setPort(8080)
|
||||
->createClient($this->argument('host'), explode(',', $this->option('subdomain')))
|
||||
->createHttpServer()
|
||||
->run();
|
||||
|
||||
Reference in New Issue
Block a user