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 -%>
|
<%- end -%>
|
||||||
auth-nxdomain <%= @auth_nxdomain ? 'yes' : 'no' %>;
|
auth-nxdomain <%= @auth_nxdomain ? 'yes' : 'no' %>;
|
||||||
listen-on-v6 { any; };
|
listen-on-v6 { any; };
|
||||||
dnssec-enable <%= @dnssec ? 'yes' : 'no' %>;
|
|
||||||
<%- if @filter_ipv6 -%>
|
<%- if @filter_ipv6 -%>
|
||||||
filter-aaaa-on-v4 yes;
|
filter-aaaa-on-v4 yes;
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%- if @dnssec -%>
|
<%- if @dnssec -%>
|
||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
dnssec-lookaside auto;
|
dnssec-lookaside auto;
|
||||||
|
dnssec-enable <%= @dnssec ? 'yes' : 'no' %>;
|
||||||
<%- if @isc_bind_keys -%>
|
<%- if @isc_bind_keys -%>
|
||||||
bindkeys-file "<%= @isc_bind_keys %>";
|
bindkeys-file "<%= @isc_bind_keys %>";
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user