mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2672] [MERGED] Simplify server configuration #3224
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#3224
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/2672
Author: @djc
Created: 12/13/2024
Status: ✅ Merged
Merged: 12/19/2024
Merged by: @djc
Base:
main← Head:server-config📝 Commits (3)
d18dba2server: inline tiny modulesb86c779bin: use PathBuf/Path for pathsc155472bin: remove remnants of deprecated SQLite config path📊 Changes
17 files changed (+99 additions, -208 deletions)
View changed files
📝
bin/src/hickory-dns.rs(+2 -6)📝
bin/src/lib.rs(+5 -19)📝
bin/tests/integration/authority_battery/basic.rs(+2 -2)📝
bin/tests/integration/authority_battery/dnssec.rs(+2 -1)📝
bin/tests/integration/authority_battery/dynamic_update.rs(+2 -1)📝
bin/tests/integration/config_tests.rs(+10 -25)📝
bin/tests/integration/store_file_tests.rs(+9 -6)📝
bin/tests/integration/store_sqlite_tests.rs(+5 -5)📝
crates/server/src/store/file/authority.rs(+18 -6)➖
crates/server/src/store/file/config.rs(+0 -16)📝
crates/server/src/store/file/mod.rs(+12 -3)➖
crates/server/src/store/forwarder/config.rs(+0 -20)📝
crates/server/src/store/forwarder/mod.rs(+14 -4)➖
crates/server/src/store/sqlite/config.rs(+0 -21)📝
crates/server/src/store/sqlite/mod.rs(+18 -4)➖
tests/test-data/test_configs/dnssec_with_update_deprecated.toml(+0 -66)📝
tests/test-data/test_configs/example.toml(+0 -3)📄 Description
From reviewing #2668. Happy to rebase on top of those changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.