-
Notifications
You must be signed in to change notification settings - Fork 519
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
dnspython and DNS over TLS #358
Comments
FYI here is how we added DNS-over-TLS on top of existing DNS-over-TCP: https://gitlab.labs.nic.cz/knot/respdiff/blob/master/respdiff/sendrecv.py#L198 |
Cool |
I'm now working on DNS-over-HTTPS support. I will probably create PR next week. |
Am I correct in assuming If so, I wonder what the proper API for |
@tomaskrizek I will create PR for DNS over HTTPS later today. Update: I created #393. |
This was done. |
dnspython should support DNS-over-TLS (TCP). It would probably also be good to support DNS over HTTPS. DNS-over-DTLS (UDP) is probably not needed at this time.
The text was updated successfully, but these errors were encountered: