[
{ 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 /usr/local/etc/teamspeak

To see the admin token after the first start, have a look
into the logs in /var/log/teamspeak

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" >>\
/usr/local/etc/teamspeak/ts3server.ini
The default value is 0.0.0.0 / 0::0, which activates IPv6.
EOM
}
]
