From f5f551a91d086ff64bf0f499c6821e11bcaf43f0 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 7 Jan 2009 17:41:27 +0000 Subject: Default mod_console to listening on localhost only. May be changed with console_interface=xxx.xxx.xxx.xxx in the config --- prosody | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosody b/prosody index b4a18c67..5cfa740d 100755 --- a/prosody +++ b/prosody @@ -146,7 +146,7 @@ do_ports("legacy_ssl_ports", "xmppclient", {}, "ssl"); if config.get("*", "core", "console_enabled") then if cl.get("console") then - cl.start("console") + cl.start("console", { interface = config.get("*", "core", "console_interface") or "127.0.0.1" }) else log("error", "Console is enabled, but the console module appears not to be loaded"); end -- cgit v1.2.3