Binds to all interfaces.
This commit is contained in:
parent
74979295a2
commit
2f07549722
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
host = host or "localhost"
|
||||
host = host or "*"
|
||||
port = port or 8080
|
||||
if arg then
|
||||
host = arg[1] or host
|
||||
|
|
Loading…
Add table
Reference in a new issue