Skip to content
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

Open
hellmind opened this issue May 3, 2021 · 8 comments
Open

DOES TEASPEAK SUPPORT DNS SRV RECORDS? #61

hellmind opened this issue May 3, 2021 · 8 comments
Labels
question Further information is requested

Comments

@hellmind
Copy link

hellmind commented May 3, 2021

Can it work with these registries?
_ts3._udp.host.com. 86400 IN SRV 0 5 9987 voice.host.com. ?

@WolverinDEV
Copy link
Member

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

@WolverinDEV WolverinDEV added the question Further information is requested label May 8, 2021
@hellmind
Copy link
Author

hellmind commented May 9, 2021 via email

@WolverinDEV
Copy link
Member

No.
The TeaSpeak client actually parses _ts3 records as well since we're supporting TS3 servers with our client as well.

@hellmind
Copy link
Author

hellmind commented May 9, 2021

Then how is the client connecting procedure?
first check _ts then _ts3?
It is documented somewhere?
How can I debug my client to see that?

@WolverinDEV
Copy link
Member

It's not really documented but here is the code: https://github.com/TeaSpeak/TeaWeb/blob/master/web/app/dns/resolver.ts#L331
It first checks for _ts and then for _ts3.

@hellmind
Copy link
Author

hellmind commented May 9, 2021

Nice,
How can I debug the connection procedure?
teaclient -d doesnt shows that.

@WolverinDEV
Copy link
Member

Well you can run the TeaSpeak client with the -t parameter.
This allows you to get access to the developer console.

To actually activate trace logging set log.level to 0 within the TeaClient registry (Tools -> Registry)

@hellmind
Copy link
Author

hellmind commented May 9, 2021

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants