-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Adding comments from @tcely:
Why not just use the installed /etc/bind/bind.keys file? Downloading like this without any sort of verification seems very unsafe.
# -chown -R named:named /var/cache/bind
This line should remain.
I don't see any reason why you should change from /var/cache/bind to /var/bind but without this chown line you're going to break working configurations that mount /etc/bind and /var/cache/bind and that should be avoided.
You should only have common options in this file and add a include "/etc/bind/named.conf.options.local"; with includes in that file for both recursion and authoritative options examples.
This allows you to remove all the common options from both files and allows for easy customization of the options by the local admin.
Metadata
Metadata
Assignees
Labels
No labels