mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-20 09:45:53 +02:00
Change default SSH port
This commit is contained in:
parent
0519d9a001
commit
7717ac8b5f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function DoorPartyModule(options) {
|
|||
// establish defaults
|
||||
this.config = options.menuConfig.config;
|
||||
this.config.host = this.config.host || 'dp.throwbackbbs.com';
|
||||
this.config.sshPort = this.config.sshPort || 22;
|
||||
this.config.sshPort = this.config.sshPort || 2022;
|
||||
this.config.rloginPort = this.config.rloginPort || 513;
|
||||
|
||||
this.initSequence = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue