1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-10 18:47:45 +02:00
wiki/wiki/teamspeak3.md

533 B

Teamspeak3

Teamspeak3 is a voice-over-IP service.

Server

A server can be setup via docker with the teamspeak image.

DNS

To link Teamspeak3 to one of your subdomains you need to add a DNS SRV-record:

type: SRV
name: ts3 (or alternative subdomain)
service: _ts3
proto: UDP
TTL: <configure to your liking>
class: IN
priority: 0
weight: 5
port: 9987 (or your teamspeak3 port)
target: ts3.<domain>.<TLD>