mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3188] [MERGED] e2e-tests: add pdns-recursor -> Hickory RFC 9539 test #3627
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#3627
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/3188
Author: @cpu
Created: 8/11/2025
Status: ✅ Merged
Merged: 8/19/2025
Merged by: @cpu
Base:
main← Head:cpu-dot-probe-test_dev📝 Commits (1)
b462a9de2e-tests: add pdns-recursor -> Hickory RFC 9539 test📊 Changes
6 files changed (+187 additions, -0 deletions)
View changed files
📝
tests/e2e-tests/Cargo.lock(+1 -0)📝
tests/e2e-tests/Cargo.toml(+1 -0)📝
tests/e2e-tests/src/lib.rs(+1 -0)➕
tests/e2e-tests/src/server.rs(+1 -0)➕
tests/e2e-tests/src/server/dot.rs(+1 -0)➕
tests/e2e-tests/src/server/dot/scenarios.rs(+182 -0)📄 Description
Test the pdns recursive resolver RFC 9539 opportunistic DoT support works with Hickory. This is the last piece of groundwork/auth server work, and I'll be moving towards implementing equivalent probing support in hickory-resolver in subsequent follow-up PRs.
This tests the scenario where a client recursively queries through a
pdns-recursorset up with DoT probing. After the recursor successfully discovers the HickoryDNS auth servers support DoT it should start upgrading its requests to use DoT instead of Do53 when querying those servers.We can observe this by making recursive queries and interrogating the traffic that arrives at the auth server.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.