mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Remove mod_admin_telnet
mod_admin_shell should preferably be used instead
This commit is contained in:
parent
eda989030a
commit
4102ef8e05
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@ modules_enabled = {
|
|||
|
||||
-- Admin interfaces
|
||||
"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
|
||||
--"admin_telnet"; -- Opens telnet console interface on localhost port 5582
|
||||
"admin_shell"; -- Allow secure administration via an UNIX socket
|
||||
"admin_shell"; -- Allow secure administration via 'prosodyctl shell'
|
||||
|
||||
-- HTTP modules
|
||||
--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue