Merge pull request #129 from danger89/patch-2
Show it's possible to change the telnet default port
This commit is contained in:
@@ -80,6 +80,9 @@ Below is an _example_ configuration. It is recommended that you at least **start
|
|||||||
privateKeyPass: YOUR_PK_PASS
|
privateKeyPass: YOUR_PK_PASS
|
||||||
enabled: true /* set to false to disable the SSH server */
|
enabled: true /* set to false to disable the SSH server */
|
||||||
}
|
}
|
||||||
|
telnet: {
|
||||||
|
port: 8888
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
messageConferences: {
|
messageConferences: {
|
||||||
@@ -87,7 +90,6 @@ Below is an _example_ configuration. It is recommended that you at least **start
|
|||||||
name: Local
|
name: Local
|
||||||
desc: Local Discussions
|
desc: Local Discussions
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
areas: {
|
areas: {
|
||||||
local_music: {
|
local_music: {
|
||||||
name: Music Discussion
|
name: Music Discussion
|
||||||
|
|||||||
Reference in New Issue
Block a user