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

624 B

Teamspeak3

Teamspeak3 is a voice-over-IP service.

Setup

The software can be setup via Docker with the teamspeak image.

Usage

This section addresses various features of Teamspeak3.

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>