mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3027] [MERGED] resolver: use a single list of servers #3504
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#3504
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/3027
Author: @djc
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @djc
Base:
main← Head:single-list-redux📝 Commits (9)
a848b12resolver: use trust data directly17789e6proto: inline RetryableError trait methodsfefd6dbtests: avoid relying on swallowing errors23127b4tests: make test_distrust_nx_responses() more deterministicb7ffeb4tests: restrict retryable response codesd0de9b4conformance: trust the upstream server's negative responses79f54c7resolver: use a single list of serversf080d44resolver: prefer IPv4 addresses in AdGuard testdd93488resolver: prefer IPv4 addresses in Google/H3 test📊 Changes
12 files changed (+241 additions, -283 deletions)
View changed files
📝
conformance/packages/dns-test/src/templates/hickory.forwarder.toml.jinja(+1 -0)📝
crates/proto/src/error.rs(+14 -14)📝
crates/proto/src/xfer/retry_dns_handle.rs(+2 -23)📝
crates/recursor/src/recursor.rs(+1 -2)📝
crates/resolver/src/caching_client.rs(+1 -3)📝
crates/resolver/src/config.rs(+14 -2)📝
crates/resolver/src/h3.rs(+6 -3)📝
crates/resolver/src/name_server/name_server.rs(+10 -3)📝
crates/resolver/src/name_server/name_server_pool.rs(+76 -114)📝
crates/resolver/src/quic.rs(+4 -1)📝
tests/integration-tests/tests/integration/name_server_pool_tests.rs(+111 -117)📝
tests/integration-tests/tests/integration/retry_dns_handle_tests.rs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.