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

dns-over-tls in Dino #1565

Open
NektoNektovich opened this issue Mar 26, 2024 · 2 comments
Open

dns-over-tls in Dino #1565

NektoNektovich opened this issue Mar 26, 2024 · 2 comments

Comments

@NektoNektovich
Copy link

Is DNS-over-tls (dot) implemented in Dino or does the Internet provider see DNS requests to the xmpp server?

@LTS-Colonel
Copy link

AFAIK, Dino does not divert from the standard/underlying GTK networking capabilities delivered by GIO, therefore deferring resolution to system-defined DNS servers. As is almost always the case, that's where you should look to mitigate 3rd-party DNS inspection as needed. Barring that possibility, then yes, the ISP sees all queries in the clear.

Also FWIW this is unlikely to become a feature request given Dino's focus on usability. DoT is great but its use of non-standard port 853 would create headaches for many that are best left to other systems.

@NektoNektovich
Copy link
Author

thanks for the answer. however, it is sad that you do not consider the option of using DOT in Dino as optional at the discretion of the user, because many would benefit from it, since setting up a dnscrypt proxy for the entire system is very complex and often redundant 🙄

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

No branches or pull requests

2 participants