[PR #1864] [CLOSED] Show rfc9250 DoQ support #2663

Closed
opened 2026-03-16 11:01:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1864
Author: @HLFH
Created: 12/21/2022
Status: Closed

Base: mainHead: show-rfc9250-DoQ-support


📝 Commits (4)

📊 Changes

80 files changed (+366 additions, -355 deletions)

View changed files

📝 CHANGELOG.md (+2 -2)
📝 CONTRIBUTING.md (+1 -1)
📝 README.md (+41 -39)
📝 bin/README.md (+5 -2)
📝 crates/client/README.md (+4 -2)
📝 crates/client/src/client/async_client.rs (+7 -7)
📝 crates/client/src/client/client.rs (+5 -5)
📝 crates/client/src/op/update_message.rs (+5 -5)
📝 crates/client/src/rr/dnssec/keypair.rs (+1 -1)
📝 crates/client/src/rr/dnssec/signer.rs (+3 -3)
📝 crates/client/src/rr/dnssec/tsig.rs (+1 -1)
📝 crates/client/src/rr/zone.rs (+3 -3)
📝 crates/client/src/serialize/txt/rdata_parsers/caa.rs (+1 -1)
📝 crates/client/src/serialize/txt/rdata_parsers/openpgpkey.rs (+1 -1)
📝 crates/client/src/serialize/txt/rdata_parsers/sshfp.rs (+1 -1)
📝 crates/client/src/serialize/txt/rdata_parsers/tlsa.rs (+1 -1)
📝 crates/client/src/serialize/txt/zone.rs (+1 -1)
📝 crates/proto/src/https/https_client_stream.rs (+2 -2)
📝 crates/proto/src/https/request.rs (+1 -1)
📝 crates/proto/src/multicast/mdns_stream.rs (+2 -2)

...and 60 more files

📄 Description

This PR:

  • shows the support for DNS over QUIC in comments and README files ;
  • fixes DNS-over-* typos: RFCs shows DNS over TLS, DNS over HTTPS, DNS over QUIC without dashes ;
  • update URLs for RFCs and Internet Drafts because of the transition from tools.ietf.org.

fixes: #1837


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1864 **Author:** [@HLFH](https://github.com/HLFH) **Created:** 12/21/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `show-rfc9250-DoQ-support` --- ### 📝 Commits (4) - [`d39db6a`](https://github.com/hickory-dns/hickory-dns/commit/d39db6aa0d85e6c0e01f4fa5efadf180ab750e15) transition from tools.ietf.org - [`f557bf3`](https://github.com/hickory-dns/hickory-dns/commit/f557bf3d7cb92b6f4a6a09a4efd141cd220a0276) show DoQ support - [`4d1cb47`](https://github.com/hickory-dns/hickory-dns/commit/4d1cb4713c16f7c806853637f2786d9f857a3c44) fix DNS-over-* typos - [`3b2b709`](https://github.com/hickory-dns/hickory-dns/commit/3b2b70932f743458d93df11be7d3d43337d43253) show DoQ support ### 📊 Changes **80 files changed** (+366 additions, -355 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -2) 📝 `CONTRIBUTING.md` (+1 -1) 📝 `README.md` (+41 -39) 📝 `bin/README.md` (+5 -2) 📝 `crates/client/README.md` (+4 -2) 📝 `crates/client/src/client/async_client.rs` (+7 -7) 📝 `crates/client/src/client/client.rs` (+5 -5) 📝 `crates/client/src/op/update_message.rs` (+5 -5) 📝 `crates/client/src/rr/dnssec/keypair.rs` (+1 -1) 📝 `crates/client/src/rr/dnssec/signer.rs` (+3 -3) 📝 `crates/client/src/rr/dnssec/tsig.rs` (+1 -1) 📝 `crates/client/src/rr/zone.rs` (+3 -3) 📝 `crates/client/src/serialize/txt/rdata_parsers/caa.rs` (+1 -1) 📝 `crates/client/src/serialize/txt/rdata_parsers/openpgpkey.rs` (+1 -1) 📝 `crates/client/src/serialize/txt/rdata_parsers/sshfp.rs` (+1 -1) 📝 `crates/client/src/serialize/txt/rdata_parsers/tlsa.rs` (+1 -1) 📝 `crates/client/src/serialize/txt/zone.rs` (+1 -1) 📝 `crates/proto/src/https/https_client_stream.rs` (+2 -2) 📝 `crates/proto/src/https/request.rs` (+1 -1) 📝 `crates/proto/src/multicast/mdns_stream.rs` (+2 -2) _...and 60 more files_ </details> ### 📄 Description This PR: - shows the support for DNS over QUIC in comments and README files ; - fixes DNS-over-* typos: RFCs shows _DNS over TLS_, _DNS over HTTPS_, _DNS over QUIC_ without dashes ; - update URLs for RFCs and Internet Drafts because of [the transition from tools.ietf.org](https://github.com/ietf-tools/tools-transition-plan). ---- fixes: #1837 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:01:24 +03:00
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#2663
No description provided.