mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3399] [MERGED] bin: clean up the server API #3811
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#3811
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/3399
Author: @djc
Created: 12/13/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @djc
Base:
main← Head:server-api📝 Commits (10+)
1903267bin: create config modulebfc0701bin: move async_run() into library04012babin: move parse_nsid_payload() downda08931bin: destruct Cli to simplify codeab43d42bin: move async_run() to Cli::run()531a5cabin: move statics down38db118bin: convert statics to consts6351157bin: move config.rs to config/mod.rs4cdabc5bin: move configuration tests into separate file99dfb76bin: move config tests into config module📊 Changes
12 files changed (+1666 additions, -1753 deletions)
View changed files
📝
bin/Cargo.toml(+0 -3)➕
bin/src/config/mod.rs(+667 -0)📝
bin/src/config/tests.rs(+129 -56)📝
bin/src/hickory-dns.rs(+5 -896)📝
bin/src/lib.rs(+828 -745)📝
bin/src/prometheus_server.rs(+3 -3)📝
bin/tests/integration/main.rs(+0 -1)📝
crates/server/src/access.rs(+12 -12)📝
crates/server/src/server/mod.rs(+8 -12)📝
crates/server/src/server/quic_handler.rs(+2 -13)📝
crates/server/src/store/blocklist.rs(+10 -10)📝
justfile(+2 -2)📄 Description
This found some unused options, and sets us up to make those easier to find. Also drops the duplication of a getter for each
Configfield and offers a complete library for bringing up servers which in turn might make testing easier.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.