mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-26 03:35:52 +03:00
[GH-ISSUE #1837] Authoritative DNS over QUIC (ADoQ) #788
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#788
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?
Originally created by @HLFH on GitHub (Nov 23, 2022).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1837
Is your feature request related to a problem? Please describe.
Internet Draft: https://datatracker.ietf.org/doc/html/draft-ietf-dprive-unilateral-probing-02
Describe the solution you'd like
An authoritative server SHOULD implement and deploy DNS-over-QUIC (DoQ) on UDP port 853.
@djc commented on GitHub (Nov 23, 2022):
This doesn't read much like a feature request. What do you think we should change about trust-dns to support ADoQ? What did you try that did not work? Can you make this more concrete?
@HLFH commented on GitHub (Nov 28, 2022):
I created this issue wondering if trust-dns is fully compliant with RFC 9250.
It seems to be quite the case, so if you are confident it is fully compliant with this RFC, should not this support be mentioned in the README file of the project?
Regarding the mentioned Internet Draft, it seems trust-dns is already quite compliant with it, but I have not checked the details.
Before, I had a few issues to be able to answer you directly. But they are now solved.
I packaged trust-dns-git, so I can use
trust-dnsand thednscli on Arch Linux.I am using the last version of trust-dns (main branch).
When I test the
dnsclient on UDP port 53, I get:When I test the
dnsclient on QUIC port 853, I get:But it is probably not a big deal.
@bluejekyll commented on GitHub (Nov 29, 2022):
I must have forgotten to list it in the readme. I hacked that in over a weekend for a hackathon with the IETF. If you’d want to submit a PR to update the readme, that would be great.
@bluejekyll commented on GitHub (Nov 29, 2022):
On your dns client issue, this looks like a certificate issue. Do you know what certificate your using for the trust-dns binary?
An option for the dns client is to ignore the cert with this
--do-not-verify-nameserver-cert