mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1864] [CLOSED] Show rfc9250 DoQ support #2663
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#2663
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/1864
Author: @HLFH
Created: 12/21/2022
Status: ❌ Closed
Base:
main← Head:show-rfc9250-DoQ-support📝 Commits (4)
d39db6atransition from tools.ietf.orgf557bf3show DoQ support4d1cb47fix DNS-over-* typos3b2b709show DoQ support📊 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:
fixes: #1837
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.