From 2f0754972219496fb0216c47522490cb4e4133ad Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 27 Sep 2001 20:02:24 +0000 Subject: [PATCH] Binds to all interfaces. --- samples/listener.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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