mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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
|
"ping"; -- XMPP Ping
|
||||||
"time"; -- Let others know the time here
|
"time"; -- Let others know the time here
|
||||||
"uptime"; -- Uptime reporting
|
"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
|
-- These are the SSL/TLS-related settings. If you don't want
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue