mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3029] [MERGED] resolver: introduce ServerGroup type to replace NameServerGroupConfig #3508
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#3508
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/3029
Author: @djc
Created: 6/4/2025
Status: ✅ Merged
Merged: 6/13/2025
Merged by: @djc
Base:
main← Head:public-dns📝 Commits (6)
071b260resolver: centralize public DNS server namesdf50bcfresolver: introduce ServerGroup type8eea4f0resolver: store HTTP query path in ServerGroup53689bdresolver: use ServerGroup for AdGuard test88e5fd8resolver: move logic into ServerGroup methods585c6a1resolver: discard NameServerConfigGroup type📊 Changes
16 files changed (+388 additions, -580 deletions)
View changed files
📝
crates/recursor/src/lib.rs(+1 -1)📝
crates/recursor/src/recursor_dns_handle.rs(+25 -11)📝
crates/resolver/README.md(+1 -1)📝
crates/resolver/examples/custom_provider.rs(+7 -4)📝
crates/resolver/examples/global_resolver.rs(+2 -2)📝
crates/resolver/examples/multithreaded_runtime.rs(+2 -2)📝
crates/resolver/src/config.rs(+187 -491)📝
crates/resolver/src/lib.rs(+2 -2)📝
crates/resolver/src/name_server/connection_provider.rs(+24 -19)📝
crates/resolver/src/name_server/name_server_pool.rs(+2 -3)📝
crates/resolver/src/resolver.rs(+39 -26)📝
crates/resolver/src/tests.rs(+6 -4)➕
crates/resolver/src/tls.rs(+79 -0)📝
crates/server/src/store/forwarder.rs(+3 -3)📝
tests/integration-tests/tests/integration/validating_forwarder_tests.rs(+2 -5)📝
util/src/bin/resolve.rs(+6 -6)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.