[GH-ISSUE #1939] DNS over HTTP/3 (DoH3) #826

Closed
opened 2026-03-16 00:26:55 +03:00 by kerem · 2 comments
Owner

Originally created by @daxpedda on GitHub (May 20, 2023).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1939

I couldn't find an RFC for this, but RFC9250 (DoQ) mentions:

DNS over HTTPS (DoH) [RFC8484] can be used with HTTP/3 to get some of the benefits of QUIC.

This would probably use the h3 crate.

Originally created by @daxpedda on GitHub (May 20, 2023). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1939 I couldn't find an RFC for this, but [RFC9250](https://datatracker.ietf.org/doc/html/rfc9250/#section-1-11) (DoQ) mentions: > DNS over HTTPS (DoH) [[RFC8484](https://datatracker.ietf.org/doc/html/rfc8484)] can be used with HTTP/3 to get some of the benefits of QUIC. This would probably use the [`h3`](https://crates.io/crates/h3) crate.
Author
Owner

@bluejekyll commented on GitHub (Jun 1, 2023):

Is the reasoning on this one based on the port usage? I think this should be possible. I haven't reviewed the h3 crate, so I don't know how hard/easy it would be to enable this.

<!-- gh-comment-id:1572357573 --> @bluejekyll commented on GitHub (Jun 1, 2023): Is the reasoning on this one based on the port usage? I think this should be possible. I haven't reviewed the h3 crate, so I don't know how hard/easy it would be to enable this.
Author
Owner

@daxpedda commented on GitHub (Jun 1, 2023):

I assume so. My impression until now was that the only advantage DoH has over DoT is that it hides behind HTTP traffic. So I assume DoH3 vs DoQ is the same.

<!-- gh-comment-id:1572368419 --> @daxpedda commented on GitHub (Jun 1, 2023): I assume so. My impression until now was that the only advantage DoH has over DoT is that it hides behind HTTP traffic. So I assume DoH3 vs DoQ is the same.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#826
No description provided.