docs: Update default SSH port
Updates default SSH port as previous value was below the possible port range of Pterodactyl
This commit is contained in:
@@ -8,4 +8,4 @@ Ports required to run the server in a table format.
|
|||||||
| Port | default |
|
| Port | default |
|
||||||
| ---- | ------- |
|
| ---- | ------- |
|
||||||
| App | 3000 |
|
| App | 3000 |
|
||||||
| SSH | 22 |
|
| SSH | 2020 |
|
||||||
@@ -41,10 +41,10 @@
|
|||||||
"name": "SSH Port",
|
"name": "SSH Port",
|
||||||
"description": "SSH port displayed in clone URL.",
|
"description": "SSH port displayed in clone URL.",
|
||||||
"env_variable": "SSH_PORT",
|
"env_variable": "SSH_PORT",
|
||||||
"default_value": "22",
|
"default_value": "2020",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "required|integer|between:1,65535"
|
"rules": "required|integer|between:1024,65535"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user