Game-Server-Configs/TeamSpeak3
Sascha Moser 400633d098
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>
2020-11-20 17:34:58 +00:00
..
ts3server.ini Update ts3server.ini (#106) 2020-11-20 17:34:58 +00:00