TS3Tools / TS3UpdateScript

Automate all update processes for your TeamSpeak 3 server instances
GNU General Public License v3.0
189 stars 22 forks source link

ts3server.ini: If query_ip is set to 0.0.0.0, use 127.0.0.1 instead #45

Closed Sebbo94BY closed 8 years ago

Sebbo94BY commented 8 years ago

If in ts3server.ini the query_ip is set to 0.0.0.0, the TS3UpdateScript will use this IP to connect to the server. This causes a connection issue and results in some failed tasks based on the used parameters.

The script will use 127.0.0.1 instead of 0.0.0.0 in future.

Sebbo94BY commented 8 years ago

Done.