mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-07 03:07:04 +08:00
Update ts3server.ini (#106)
* Update ts3server.ini Hello, Whitelist and blacklist needed to be renamed for future versions. Otherwise you get a warning with this: ```2020-11-16 08:16:15.421211|WARNING |ServerMain | |Warning - name 'query_ip_whitelist' from file /home/ts3server/serverfiles/ts3server.ini is deprecated (but understood), please use the new name 'query_ip_allowlist' instead. 2020-11-16 08:16:15.421230|WARNING |ServerMain | |Warning - name 'query_ip_blacklist' from file /home/ts3server/serverfiles/ts3server.ini is deprecated (but understood), please use the new name 'query_ip_denylist' instead.``` Generating a new config file also lets the `voice_ip` and `filetransfer_ip` fields empty. This needs to be tested. Furthermore enable http query protocols which were introduced in `Server Release 3.12.0 18 March 2020`: https://community.teamspeak.com/t/teamspeak-server-3-12-x/3916 The changelog for the renamce: https://community.teamspeak.com/t/teamspeak-server-3-13-x/13301 Also the license should be excepted in the ini. I don't know how the file is placed, but if it's automatically activated we should do it in the ini instead of the local file. * minor change based on linux generated ini file Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
This commit is contained in:
parent
03b46f2b1a
commit
400633d098
@ -1,15 +1,13 @@
|
||||
machine_id=
|
||||
default_voice_port=9987
|
||||
voice_ip=0.0.0.0, ::
|
||||
voice_ip=
|
||||
licensepath=
|
||||
filetransfer_port=30033
|
||||
filetransfer_ip=0.0.0.0, ::
|
||||
filetransfer_ip=
|
||||
query_port=10011
|
||||
query_ip=0.0.0.0, ::
|
||||
query_ip_whitelist=query_ip_whitelist.txt
|
||||
query_ip_blacklist=query_ip_blacklist.txt
|
||||
query_ssh_ip=0.0.0.0, ::
|
||||
query_ssh_port=10022
|
||||
query_ip_allowlist=query_ip_allowlist.txt|query_ip_whitelist.txt
|
||||
query_ip_denylist=query_ip_denylist.txt|query_ip_blacklist.txt
|
||||
dbplugin=ts3db_sqlite3
|
||||
dbpluginparameter=
|
||||
dbsqlpath=sql/
|
||||
@ -20,3 +18,19 @@ logquerycommands=0
|
||||
dbclientkeepdays=30
|
||||
logappend=0
|
||||
query_skipbruteforcecheck=0
|
||||
query_buffer_mb=20
|
||||
http_proxy=
|
||||
license_accepted=1
|
||||
serverquerydocs_path=serverquerydocs/
|
||||
query_ssh_ip=0.0.0.0, ::
|
||||
query_ssh_port=10022
|
||||
query_protocols=raw,http,ssh
|
||||
query_ssh_rsa_host_key=ssh_host_rsa_key
|
||||
query_timeout=300
|
||||
query_http_ip=0.0.0.0, ::
|
||||
query_http_port=10080
|
||||
query_https_ip=0.0.0.0, ::
|
||||
query_https_port=10443
|
||||
query_pool_size=2
|
||||
mmdbpath=
|
||||
logquerytiminginterval=0
|
||||
|
Loading…
Reference in New Issue
Block a user