Start work on new telnet server

This commit is contained in:
Bryan Ashby 2020-05-17 20:22:16 -06:00
parent ad2382c1f2
commit 75787b6107
No known key found for this signature in database
GPG key ID: B49EB437951D2542
4 changed files with 58 additions and 2 deletions

View file

@ -285,6 +285,11 @@ function getDefaultConfig() {
},
loginServers : {
telnet2: {
port: 8810,
enabled : true,
firstMenu: 'telnetConnected',
},
telnet : {
port : 8888,
enabled : true,