mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #2247] [MERGED] improved server binary, added config validation and control over protocols #2907
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#2907
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/2247
Author: @sabify
Created: 6/17/2024
Status: ✅ Merged
Merged: 7/3/2024
Merged by: @djc
Base:
main← Head:bin-imprv📝 Commits (10+)
c94fd1aimproved server binary, added config validation and control over protocolsed2cbeeadded appropriate feature conditioning523b824removed redundant server config arg description.131fb48consistent error messages65f2e4arefined builder patternb213211prevent compilation failure with picky tls features975b834extensive error handling and error messagesa7ccfa2fix clippy warning and ci test errord87ed60added control over enabled protocols in server config filed6c0159fixed clippy nightly warning over tsig doc📊 Changes
7 files changed (+306 additions, -179 deletions)
View changed files
📝
bin/src/hickory-dns.rs(+254 -165)📝
bin/tests/server_harness/mod.rs(+7 -4)📝
conformance/packages/dns-test/src/resolver.rs(+1 -1)📝
crates/proto/src/rr/dnssec/rdata/tsig.rs(+5 -5)📝
crates/proto/src/rr/dnssec/tsig.rs(+3 -3)📝
crates/recursor/src/recursor.rs(+1 -1)📝
crates/server/src/config/mod.rs(+35 -0)📄 Description
...and specifying number of workers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.