mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #2480] [MERGED] Config tweaks #3072
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#3072
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/2480
Author: @djc
Created: 9/27/2024
Status: ✅ Merged
Merged: 9/29/2024
Merged by: @djc
Base:
main← Head:config-tweaks📝 Commits (8)
c7a2f5bserver: fix inconsistent conditional in integration testaacad29server: move NxProofKind out of config module1ffe1ffMove Protocol from resolver to proto1000728server: remove Protocol enum in favor of proto type33a3e95Move server integration tests into bin cratef9bd294Move config from server to bin crate7b030d4bin: remove get_() prefixes from config getters401cf29bin: derive Default for dnssec enums📊 Changes
58 files changed (+412 additions, -452 deletions)
View changed files
📝
Cargo.lock(+6 -0)📝
bin/Cargo.toml(+10 -1)📝
bin/src/dnssec.rs(+21 -54)📝
bin/src/hickory-dns.rs(+37 -41)📝
bin/src/lib.rs(+37 -41)📝
bin/tests/integration/authority_battery/basic.rs(+5 -4)📝
bin/tests/integration/authority_battery/dnssec.rs(+6 -6)📝
bin/tests/integration/authority_battery/dynamic_update.rs(+7 -6)📝
bin/tests/integration/authority_battery/mod.rs(+0 -0)📝
bin/tests/integration/config_tests.rs(+45 -49)📝
bin/tests/integration/forwarder.rs(+1 -1)📝
bin/tests/integration/in_memory.rs(+1 -1)📝
bin/tests/integration/main.rs(+10 -0)📝
bin/tests/integration/named_https_tests.rs(+5 -5)📝
bin/tests/integration/named_quic_tests.rs(+4 -4)📝
bin/tests/integration/named_rustls_tests.rs(+3 -5)📝
bin/tests/integration/named_test_rsa_dnssec.rs(+4 -5)📝
bin/tests/integration/named_tests.rs(+5 -6)📝
bin/tests/integration/server_harness/mod.rs(+3 -1)📝
bin/tests/integration/sqlite_tests.rs(+0 -0)...and 38 more files
📄 Description
Follow-up from #2470 that also tries to clean up a bunch of stuff.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.