mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #3336] add ability to force DoQ or DoT for list of configured authoritative servers #1171
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#1171
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 @bdaehlie on GitHub (Oct 29, 2025).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/3336
Is your feature request related to a problem? Please describe.
We (ISRG) would like the ability to force Hickory to use DoT or DoQ for a list of configured authoritative servers.
Describe the solution you'd like
We'd like this feature to accept a list of authoritative servers in Hickory's configuration files. Then, whenever Hickory needs to connect to one of these servers for an authoritative query it should use DoT or DoQ with no fallback to a less secure connection.
It may be possible to build this on top of RFC 9539 support. RFC 9539 is, by default, opportunistic, but if Hickory is configured with a list as described above it could require a secure connection rather than do it opportunistically.
Additional context
This is desired for deployment at Let's Encrypt.
@divergentdave commented on GitHub (Oct 29, 2025):
This is related to #2715.
@marcus0x62 commented on GitHub (Oct 29, 2025):
Do you want this included in #2725?
@bdaehlie commented on GitHub (Oct 30, 2025):
I don't think so. We do want this, but it's not a blocker for using Hickory DNS at Let's Encrypt without this feature.
I would say this is our top priority besides what's on the list in 2725 though. I think some folks from Princeton might look at implementing this in the next couple of months, but I'll let them weigh in here.
@gcimaszewski commented on GitHub (Nov 1, 2025):
I'm part of the Princeton group @bdaehlie mentioned, thanks for setting up this issue. I'm going to try working on this