moved dns sec as it is no longer used in bind9
This commit is contained in:
parent
6fb0c5eb3c
commit
f8faf4fe90
@ -28,13 +28,13 @@ options {
|
||||
<%- end -%>
|
||||
auth-nxdomain <%= @auth_nxdomain ? 'yes' : 'no' %>;
|
||||
listen-on-v6 { any; };
|
||||
dnssec-enable <%= @dnssec ? 'yes' : 'no' %>;
|
||||
<%- if @filter_ipv6 -%>
|
||||
filter-aaaa-on-v4 yes;
|
||||
<%- end -%>
|
||||
<%- if @dnssec -%>
|
||||
dnssec-validation yes;
|
||||
dnssec-lookaside auto;
|
||||
dnssec-enable <%= @dnssec ? 'yes' : 'no' %>;
|
||||
<%- if @isc_bind_keys -%>
|
||||
bindkeys-file "<%= @isc_bind_keys %>";
|
||||
<%- end -%>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user