mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #168] domains vs. hosts confusion - check dns availability #157
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#157
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 (Sep 23, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/168
i just removed a ton of wrong domain entries - some people seem to be confused where they need to enter their dynamic hosts...
maybe it would be good to check whether at the given address a dns is running and answering queries for the respective zone before saving a new domain record.
hmm, otoh, we currently give the configuration help for this dns AFTER creating the record...
@ThomasWaldmann commented on GitHub (Nov 16, 2014):
fixed in rel0.10 branch by
c432e24c0d- we just check via a script command every night whether the domain nameservers really answer queries for that domain.fixed in master now also.
@ThomasWaldmann commented on GitHub (Dec 27, 2014):
reopen, new idea:
do the dns availability check when zone is switched to "public" or "available" on the web ui.