-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOES TEASPEAK SUPPORT DNS SRV RECORDS? #61
Comments
Hey, The TeaSpeak srv prefix is |
so the only way to make it work for both clients its to duplicate the
registries?
is there any reason to not use the same _ts3 string?
…On Sat, May 8, 2021 at 6:58 AM WolverinDEV ***@***.***> wrote:
Hey,
sorry for the late reply.
Yes it does.
The TeaSpeak srv prefix is _ts.
Example:
_ts._udp.teaspeak.de. 86400 IN SRV 0 5 9987 ts.teaspeak.de
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIZ5W45P5VV2PNDLMJGZD3TMUDM5ANCNFSM44A6H7DA>
.
|
No. |
Then how is the client connecting procedure? |
It's not really documented but here is the code: https://github.com/TeaSpeak/TeaWeb/blob/master/web/app/dns/resolver.ts#L331 |
Nice, |
Well you can run the TeaSpeak client with the To actually activate trace logging set |
And there in the dev con I can see that info. I just get: /usr/lib/teaclient/resources/app.asar/modules/renderer/Logger.js:42 [Client ] Failed to resolve hostname: "no results" |
Can it work with these registries?
_ts3._udp.host.com. 86400 IN SRV 0 5 9987 voice.host.com. ?
The text was updated successfully, but these errors were encountered: