-
Notifications
You must be signed in to change notification settings - Fork 107
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
dynamic overwrite? #68
Comments
I add my dynamic zones via an include directive and manage their initial zone file outside the module where I can specify "replace => no" |
@qs5779 this is what I was trying to do but I'm a bit new to this could you give an example that I can use? |
the excerpt below is from my setup with file names, ip addresses, hostnames and domain names changed for example $varnameddynfiles = [ $varnameddynfiles.each | $fn | { $views = { in the above configuration my local view is the master for my dynamic zones and inside and outside are slaves i have four dynamic zones two regular and two reverse, the private reverse zone is not in the outside view, and one of the regular zones is not in the outside view. in this configuration the 4 base files are only used for the initial server setup as replace is "no", and after the server starts they are updated dynamically. on occasions when i need to update ( add or delete ) a static entry i have to update the dynamic files and static files. someday i hope to generate the originals and verify / update the dynamic files from a database, but that will only happen if I get around to it |
Check for API support for autorequire
How do you prevent this from overwriting dynamic updates?
The text was updated successfully, but these errors were encountered: