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

Use OS DNS resolver via DNS.jsm #176

Open
lieser opened this issue Sep 21, 2019 · 2 comments
Open

Use OS DNS resolver via DNS.jsm #176

lieser opened this issue Sep 21, 2019 · 2 comments

Comments

@lieser
Copy link
Owner

lieser commented Sep 21, 2019

Thunderbird provides a DNS.jsm module, which seems to be able to do TXT DNS resolving via the OS provided libraries.

This should probably become the default resolver used by the add-on. Especially because the current default one has some problems (e.g. #136)

@lieser lieser added this to the 2.2.0 milestone Sep 21, 2019
@ghost
Copy link

ghost commented Sep 23, 2019

Does the module provide DNSSEC validation?

@lieser
Copy link
Owner Author

lieser commented Sep 23, 2019

No, the module currently does not support DNSSEC.
Whether the underlying native libraries used (resolv on Linux/Mac, DnsAPI on Windows) do support it I don't know.

Note that it also still has a bug, that makes it currently not suitable to be used in the add-on: https://bugzilla.mozilla.org/show_bug.cgi?id=1583053

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant