mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Fix port number in mod_console instructions
This commit is contained in:
parent
dde71f5941
commit
ea64d41fdd
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Host "*"
|
|||
"ping"; -- XMPP Ping
|
||||
"time"; -- Let others know the time here
|
||||
"uptime"; -- Uptime reporting
|
||||
"console"; -- telnet to port 5528 (needs console_enabled = true)
|
||||
"console"; -- telnet to port 5582 (needs console_enabled = true)
|
||||
};
|
||||
|
||||
-- These are the SSL/TLS-related settings. If you don't want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue