mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #2692] [MERGED] merge the Forward and Hint zone types into one #3244
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#3244
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/2692
Author: @japaric
Created: 12/19/2024
Status: ✅ Merged
Merged: 12/20/2024
Merged by: @djc
Base:
main← Head:ja-merge-hint-forward📝 Commits (3)
fa3e245remove unused structs163b455server: merge the Forward and Hint zone types into one6c04809bin: merge the Forward and Hint zone types into one📊 Changes
16 files changed (+41 additions, -98 deletions)
View changed files
📝
bin/src/lib.rs(+15 -70)📝
conformance/packages/dns-test/src/templates/hickory.resolver.toml.jinja(+1 -1)📝
crates/server/src/authority/catalog.rs(+1 -1)📝
crates/server/src/authority/zone_type.rs(+2 -4)📝
crates/server/src/store/blocklist/authority.rs(+5 -5)📝
crates/server/src/store/forwarder/authority.rs(+2 -2)📝
crates/server/src/store/recursor/authority.rs(+2 -2)📝
tests/e2e-tests/src/resolver/do_not_query.toml.jinja(+1 -1)📝
tests/integration-tests/tests/integration/chained_authority_tests.rs(+1 -1)📝
tests/test-data/test_configs/all_supported_dnssec.toml(+1 -1)📝
tests/test-data/test_configs/chained_blocklist.toml(+2 -2)📝
tests/test-data/test_configs/consulting_blocklist.toml(+2 -2)📝
tests/test-data/test_configs/dnssec_with_update.toml(+1 -1)📝
tests/test-data/test_configs/example.toml(+1 -1)📝
tests/test-data/test_configs/example_forwarder.toml(+2 -2)📝
tests/test-data/test_configs/example_recursor.toml(+2 -2)📄 Description
as suggested by marcus0x62
depends on #2690
I think with this we can call RFC #2195 done?closes #2195
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.