Doc updates on servers
This commit is contained in:
@@ -8,10 +8,11 @@ The Telnet *login server* provides a standard **non-secure** Telnet login experi
|
||||
## Configuration
|
||||
The following configuration can be made in `config.hjson` under the `loginServers.telnet` block:
|
||||
|
||||
| Item | Required | Description |
|
||||
| Key | Required | Description |
|
||||
|------|----------|-------------|
|
||||
| `enabled` | :-1: Defaults to `true`. Set to `false` to disable Telnet |
|
||||
| `port` | :-1: | Override the default port of `8888`. |
|
||||
| `address` | :-1: | Sets an explicit bind address. |
|
||||
| `firstMenu` | :-1: | First menu a telnet connected user is presented with. Defaults to `telnetConnected`. |
|
||||
|
||||
### Example Configuration
|
||||
@@ -21,7 +22,7 @@ The following configuration can be made in `config.hjson` under the `loginServer
|
||||
telnet: {
|
||||
enabled: true
|
||||
port: 8888
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user