Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add static entries to dynamic zones #76

Open
ericbaum opened this issue Sep 1, 2016 · 1 comment
Open

Add static entries to dynamic zones #76

ericbaum opened this issue Sep 1, 2016 · 1 comment

Comments

@ericbaum
Copy link

ericbaum commented Sep 1, 2016

It would be interesting to have the capability of adding some static entries to zones configured as "dynamic". If we try to do it in the way things are right now we end up with a concat::fragment error as the concat was not initialized for the dynamic zone.

@cjeanneret
Copy link
Contributor

Hello,

the main issue with that feature is the bind management for the dynamic zones: we have to freeze it, edit it, thaw it and then notify, with a new serial.
None of that logic is present in the module… And, tbh, I don't think we'll have time to do that (this would require native types in order to wrap rndc commands) :/.

Care to do some PR on your own?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants