mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-24 18:55:55 +03:00
[GH-ISSUE #1501] How to setup primary/secondary DNS server? #687
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#687
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?
Originally created by @baobao1270 on GitHub (Jun 2, 2021).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1501
I'm trying to use trust-dns as my personal website's DNS server. Heres steps I have done:
cargo build --release -p trust-dns --all-features.Secondaryvalue option ofzone_typekey. But I didn't see any examples of using it, nor can I find any documation.I except there is somewhere to set the address of primary server, the the secondary server can get the zone with AXFR and store in cache. When the primary server is down, the secondary server can still provide service.
Besides, I'm looking for docs for operating a trust-dns server, other than developing with libraries. Is there any docs like this?
@bluejekyll commented on GitHub (Jun 5, 2021):
Thank you for the interest in the project. You're bumping into an area of unfinished work in the project. There are still a number of changes that need to happen to properly support AXFR and primary/secondary functionality in the project.
If you're interested in throwing caution to the wind, I would recommend that for now, you operate trust-dns as a primary, and for any secondaries, use some out-of-band replication method of the zone files.
This is an area that I'd like to get back to supporting, but we're not there yet...
@darnuria commented on GitHub (Dec 10, 2022):
@bluejekyll I am not an "axfr" expert but has to play with it at work somehow is it still something that need to be digged? :)
@b4ldr commented on GitHub (May 30, 2025):
Has there been any progress on this?
I tried this with a DNSSEC signed zone but i get the following error: