92d3e9da1f
- fixed several vulnerabilities. - fixed a crash introduced in 3.0.13.1 - fixed a deadlock in the server causing some instances to hang / be unresponsive - fixed a crash reported by a customer. PR: 211911 Changes: http://forum.teamspeak.com/threads/126318-TeamSpeak-3-Server-3-0-13-2-released Submitted by: Ultima1252@gmail.com (maintainer)
20 lines
610 B
Text
20 lines
610 B
Text
|
|
To enable the TeamSpeak server, set
|
|
|
|
teamspeak_enable="YES"
|
|
|
|
in your /etc/rc.conf and then use it like any other service.
|
|
|
|
If you have a license file (licensekey.dat) and/or ts3server.ini,
|
|
put it into %%ETCDIR%%
|
|
|
|
To see the admin token after the first start, have a look
|
|
into the logs in %%LOGDIR%%
|
|
|
|
TeamSpeak DNS server (tsdns) is not handled by this port. If you
|
|
need it, please download and install it manually.
|
|
|
|
Version 3.0.13 adds ipv6 support. To disable ipv6, add 'voice_ip=0.0.0.0'
|
|
and 'filetransfer_ip=0.0.0.0' to
|
|
%%ETCDIR%%/ts3server.ini
|
|
The default value is 0.0.0.0 / 0::0, which activates IPv6.
|