mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
29 lines
683 B
Plaintext
29 lines
683 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To enable/start the TeamSpeak server
|
|
|
|
sysrc teamspeak_enable="YES"
|
|
service teamspeak start
|
|
|
|
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.
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
maximum_version: 3.0.13
|
|
message: <<EOM
|
|
Version 3.0.13 adds ipv6 support. To disable ipv6
|
|
printf "voice_ip=0.0.0.0\nfiletransfer_ip=0.0.0.0\n" >>\
|
|
%%ETCDIR%%/ts3server.ini
|
|
The default value is 0.0.0.0 / 0::0, which activates IPv6.
|
|
EOM
|
|
}
|
|
]
|