-
Notifications
You must be signed in to change notification settings - Fork 56
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 HTTPS #5
Comments
Definitely would be great for showing DNS tunneling over DNS over HTTPS |
I don't believe that can be done because the Python library I'm using (Twisted Matrix) doesn't support DNS over HTTPS and will assume that it's forwarding the query to a standard DNS server. Unless you mean that the service running on the target port does the conversion from DNS to DoH? |
That is exactly what I mean. Twisted should just be able to forward a plain DNS request to a specified IP:PORT mapping, instead of just an IP mapping. |
I've implemented support for |
Not sure if this is actually needed, but it'd be a good feature to add.
The text was updated successfully, but these errors were encountered: