Explorar el Código

added new environment variables from 3.3.0

Maximilian Münchow hace 7 años
padre
commit
9cd69844d1
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      teamspeak/content.md

+ 12 - 0
teamspeak/content.md

@@ -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.
 
+### `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
 
 ## Inserting license file