-
Notifications
You must be signed in to change notification settings - Fork 759
Open
Description
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
Presently, the Bind RNDC key is stored alongside some RNDC options in /usr/local/etc/namedb/rndc.conf.
This is incompatible with nsupdate, which can otherwise use the key in that format, but not with the options in the same file.
This makes configuring DDclient trickier.
Describe the solution you'd like
Pull the key section out into another, distinct file (probably rndc.conf.key), and then just include it in rndc.conf.
Describe alternatives you've considered
- Manually copy the key out to another file every time the secret changes.
- Make a hook script to do the above.
Additional context

Metadata
Metadata
Assignees
Labels
No labels