-
Notifications
You must be signed in to change notification settings - Fork 16
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 #66
Comments
I would like to work on this one, but as I am completely new to ooni, what is a DoT? |
DoT is DNS over TLS. We want to specify a OONI test that resolves a domain name using this protocol and returns the results. We optionally want to include into the results low-level data from the netx OONI library, but this we can also do after we've all the plumbing in place. I tried to sketch out what the MVP probably looks like:
Cheers! |
Oh, BTW, since you said you are completely new to OONI: we're an open source project that measures interference to internet traffic (e.g. a specific website being blocked). In this issue, we want to introduce this new experiment for measuring whether the DoT protocol is working in a specific ISP, or, if it is blocked, how it is blocked. You can read more on OONI at https://ooni.torproject.org/about/. |
@simonfrey do you need further assistance with this? |
@simonfrey I have implemented a similar experiment (DNS over HTTPS). You can see at what I did and use it as a blueprint for implementing DNS over TLS. The new spec I added is in ooni/spec#158 and the implementation is in #94. |
Thanks for all that input! I will checkout all of it tomorrow |
Was part of #87 and has been implemented as an automatic followup in github.com/ooni/netx |
This can be easily done by using https://github.com/ooni/netx.
The text was updated successfully, but these errors were encountered: