Connecting throught only domain on TS3

Psychopathia

Active Member
Jan 18, 2016
15
4
75
Hello,

I already saw people using this but I honestly don't know how to do it and I hope someone can help me...

Imagine I have this domain "www.papadocks.com" I want people to connect to my teamspeak using papadocks.com instead of ts.papadocks.com for example.
How can I do this guys?

And is it possible to change my teamspeak user flag by not using a VPN or smthing that will mess with my internet?

Best Regards,
 

Norvik

Retired Staff
Contributor
Jul 18, 2015
635
588
157
https://support.teamspeakusa.com/index.php?/Knowledgebase/Article/View/332
To fix this issue and allow clients to connect to your servers again you'll have to create an SRV record as follows:

Code:
_tsdns._tcp.example.com 86400 IN SRV 5 0 41144 example.com example.com 86400 IN A 1.2.3.4
Where 86400 is the TTL and example.com is the domain on which the TSDNS server is running. Please note that this has to be a DNS name which has at least one A or AAAA record.
 
Top