Merge pull request #1276 from TeamSpeak-Systems/add-teamspeak-docs
Update teamspeak docs
This commit is contained in:
commit
3b71e7ad38
|
|
@ -92,6 +92,18 @@ If this variable is set to 1, every query command that is sent to the server wil
|
||||||
|
|
||||||
If this variable is set to 1, all new log entries are written into a single file per virtual server. We suggest setting this variable to 0 as it will make life easier when looking at the logs.
|
If this variable is set to 1, all new log entries are written into a single file per virtual server. We suggest setting this variable to 0 as it will make life easier when looking at the logs.
|
||||||
|
|
||||||
|
### `TS3SERVER_QUERY_PROTOCOLS`
|
||||||
|
|
||||||
|
Comma separated list of protocols that can be used to connect to the ServerQuery. Possible values are `raw` and `ssh`. If `raw` is specified a raw or "classic" ServerQuery is opened on `10011/tcp`. If `ssh` is specified an encrypted ServerQuery using SSH is opened at `10022/tcp`. Any combination of the aforementioned values can be specified in this parameter, including leaving it empty, which would disable ServerQuery altogether.
|
||||||
|
|
||||||
|
### `TS3SERVER_QUERY_TIMEOUT`
|
||||||
|
|
||||||
|
Number of seconds before a query connection is disconnected because of inactivity. If value is set to be zero or negative, the timeout will be disabled. The default is a timeout of 300 seconds.
|
||||||
|
|
||||||
|
### `TS3SERVER_QUERY_SSH_RSA_HOST_KEY`
|
||||||
|
|
||||||
|
Path to the `ssh_host_rsa_key` to be used by query. If it does not exist, it will be created when the server is starting up.
|
||||||
|
|
||||||
# Caveats
|
# Caveats
|
||||||
|
|
||||||
## Inserting license file
|
## Inserting license file
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue