mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #175] support secondary nameserver(s) #163
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#163
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 @ThomasWaldmann on GitHub (Oct 31, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/175
we could also talk to a secondary ns instead of the primary one (the secondary is as uptodate as the primary).
that might help if the primary is overloaded / not reachable, but only works for queries, not for updates.
we could even prefer the secondary for queries.
@elnappo commented on GitHub (Oct 31, 2014):
do you mean a hidden primary dns server?
@ThomasWaldmann commented on GitHub (Oct 31, 2014):
well, for the service it is just the primary ns IP and secondary(ies) IP(s).
if one can reach the hidden primary to send updates to it, one can support that configuration.