diff --git a/samples/listener.lua b/samples/listener.lua index f9ee3bf..8e2c7ce 100644 --- a/samples/listener.lua +++ b/samples/listener.lua @@ -1,4 +1,4 @@ -host = host or "localhost" +host = host or "*" port = port or 8080 if arg then host = arg[1] or host