• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

TeaDNS??

yamano

TeaSpeak Team
Staff member
TeaTeam
Hello guys
Any way to use dns in Teaspeak?

Searching about that, but i didn't find anything in the forum :/
 

yamano

TeaSpeak Team
Staff member
TeaTeam
I do not use cloudflare my friend.
I need a way to do that without using cloudflare.
someting like tsdns.
If there is no way, just help me with the best option to use.. ;)
 

yamano

TeaSpeak Team
Staff member
TeaTeam
Thanks 4 the fast help.
Any tutorial that i can follow to help me in cloudflare configuration?
 

SiLeet

New member
A little HowTo setup a srv record on cloudflare:

Add Record: SRV name:
Service name: _ts3
Protocol UDP
Name: Domain Name

Add Record: SRV content:
Priority: 1
Weigt: 1
Port: Your TeaSpeak Port (9987 default)
Target: IP Address / DNS

Done.
 

yamano

TeaSpeak Team
Staff member
TeaTeam
Thanks, i will test it and give feedback.
In ts3 i have been using tsdns + srvrecord (simultaneously)
That's why i didn't know how to configure just using "cloudflare" xD
 

yamano

TeaSpeak Team
Staff member
TeaTeam
Hi again xD
I configured my domain with cloudflare like you said (and i see some vids on the internet).
Everything it is well configured.
Before installing Teaspeak, i've tested with Tea*Speak and it is not working :/
"The TSDNS server "ip.ip.ip.ip" does not know "name.mysite.com"

I'm affraid the same happens with Teaspeak :/
 

BIOS

TeaSpeak Team
Staff member
TeaTeam
With this SRV record you need to set up a sub domain:

A Record to your TS IP:
ts.domain.com 123.456.789.001
works on

Be aware to use the correct port in your SRV record. 9987 is default.
Afaik this only works with this combination. Tea*Speak 3 was an exception for non http traffic proxied through
CloudFlare.



TSDNS SETUP:

*=youriphere:$PORT
sub.domain.de=youriphere:yourporthere
*.domain.de=youriphere:yourporthere
 

Alov

New member
A little HowTo setup a srv record on cloudflare:
Add Record: SRV name:
Service name: _ts3
Protocol UDP
Name: Domain Name
Add Record: SRV content:
Priority: 1
Weigt: 1
Port: Your TeaSpeak Port (9987 default)
Target: IP Address / DNS
Done.
Thx. I'm already use it.
I thought that CloudFlare has alternative way to working with TSDNS because is strongly litter in your domain zone.
Look at my dns-records xD
dns.png
 

yamano

TeaSpeak Team
Staff member
TeaTeam
i just do not know how to configure with subdomains of my clients (their own subdomains) and not with mine subdomains :/

anybody?
 
Last edited:

yamano

TeaSpeak Team
Staff member
TeaTeam
Anyone can help?
How to configure clouflare dns with subdomains of my clients (their own subdomains) and not with mine subdomains?

i appreciate ;)
 

Alov

New member
Anyone can help?
How to configure clouflare dns with subdomains of my clients (their own subdomains) and not with mine subdomains?

i appreciate ;)
No one other than the domain owner can modify dns-record.
If your customers have own dns-hosting (independent of primary - above-level domain) they can create new SRV like this:


Code:
Host: _ts3._udp
Value: ts.sub.domain.com
Priority: 10
Weight: 10
Port: 9987
TTL: 86400
 

elzek1

Member
@elzek1 you are using this with teaspeak?
i was using it whit teaspeak*, but finally im using oficial Team Speak tsdns. Oficial tsdns work better and it have more stability than other. I have a little script on linux that start tsns and work fine. if you need it, you tell me and I upload it with instruction