mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
No hook for NSD #380
Reference in New Issue
Block a user
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 @rnz on GitHub (Sep 26, 2018).
Hello!
Among the scripts there is no hook for NSD
May be someone interest to create hook for NSD?
@jobe1986 commented on GitHub (Sep 26, 2018):
As long as NSD supports RFC2136 dynamic DNS updates (which as far as I can see from googling it does) you should be able to just enable dynamic updates for your zone and use one of the nsupdate scripts. Though to do so you will need to install the appropriate nsupdate utility, usually found in bind utils.
Alternatively you can easily write your own hook script using a variety of scripting languages and appropriate DNS client libraries supporting RFC2136 updates.
@lukas2511 commented on GitHub (Oct 20, 2018):
Not a dehydrated bug. Hooks are user-contributed.