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 Quic #314

Open
Sami32 opened this issue Feb 28, 2024 · 1 comment
Open

DNS over Quic #314

Sami32 opened this issue Feb 28, 2024 · 1 comment

Comments

@Sami32
Copy link

Sami32 commented Feb 28, 2024

https://www.ietf.org/rfc/rfc9250.html

@ptrd
Copy link

ptrd commented May 19, 2024

I created a Proof of Concept by extending the dig tool with a -Q option, see https://github.com/ptrd/dnsjava/commits/doq/

There is quite some duplicate code in SimpleDoqResolver that I had to copy from SimpleResolver, so I guess there is some refactoring to do to make SimpleResolver more extensible and git rid of the copied code.

The PoC simply creates a new QUIC connection for every request. Of course this should be changed for a final implementation, reusing an existing connection or using session resumption when the connection was closed. I'm happy to implement this, but let's first see what you (@ibauersachs) think of it.

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

No branches or pull requests

3 participants