mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 12:28:21 +01:00
Binds to all interfaces.
This commit is contained in:
parent
74979295a2
commit
2f07549722
@ -1,4 +1,4 @@
|
|||||||
host = host or "localhost"
|
host = host or "*"
|
||||||
port = port or 8080
|
port = port or 8080
|
||||||
if arg then
|
if arg then
|
||||||
host = arg[1] or host
|
host = arg[1] or host
|
||||||
|
Loading…
Reference in New Issue
Block a user