No hook for NSD #380

Closed
opened 2025-12-29 01:24:02 +01:00 by adam · 2 comments
Owner

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?

Originally created by @rnz on GitHub (Sep 26, 2018). Hello! Among the [scripts](https://github.com/lukas2511/dehydrated/wiki/Examples-for-DNS-01-hooks) there is no hook for [NSD ](https://www.nlnetlabs.nl/projects/nsd/about/) May be someone interest to create hook for NSD?
adam closed this issue 2025-12-29 01:24:02 +01:00
Author
Owner

@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.

@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.
Author
Owner

@lukas2511 commented on GitHub (Oct 20, 2018):

Not a dehydrated bug. Hooks are user-contributed.

@lukas2511 commented on GitHub (Oct 20, 2018): Not a dehydrated bug. Hooks are user-contributed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#380