mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-12 22:03:31 +02:00
Binds to all interfaces.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
host = host or "localhost"
|
||||
host = host or "*"
|
||||
port = port or 8080
|
||||
if arg then
|
||||
host = arg[1] or host
|
||||
|
Reference in New Issue
Block a user