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 HTTPS #5

Open
sadreck opened this issue Mar 11, 2021 · 5 comments
Open

DNS over HTTPS #5

sadreck opened this issue Mar 11, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@sadreck
Copy link
Contributor

sadreck commented Mar 11, 2021

Not sure if this is actually needed, but it'd be a good feature to add.

@sadreck sadreck added the enhancement New feature or request label Mar 11, 2021
@sadreck sadreck self-assigned this Apr 2, 2021
@johnneerdael
Copy link

Definitely would be great for showing DNS tunneling over DNS over HTTPS

@rwjack
Copy link

rwjack commented Feb 25, 2022

This can be achieved even easier by allowing custom ports in the DNS forwarding section.
image
Eg. I could just forward to my local cloudflared instance on port 5053 which does the DOH.

@sadreck
Copy link
Contributor Author

sadreck commented Feb 25, 2022

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?

@rwjack
Copy link

rwjack commented Feb 25, 2022

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.

This is the image I wanted to paste in my upper comment:
image

@sadreck
Copy link
Contributor Author

sadreck commented Feb 25, 2022

I've implemented support for IP:Port, but I'll keep this ticket open for when I have time to implement actual DoH

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

No branches or pull requests

3 participants