Skip to content

Improvements for major release (2-12-18) #10

@ventz

Description

@ventz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions