Binds to all interfaces.

This commit is contained in:
Diego Nehab 2001-09-27 20:02:24 +00:00
parent 74979295a2
commit 2f07549722

View File

@ -1,4 +1,4 @@
host = host or "localhost"
host = host or "*"
port = port or 8080
if arg then
host = arg[1] or host