Merge branch 'filter-aaaa-on-v4-option'

This commit is contained in:
Nate Riffe 2016-04-20 07:31:52 -05:00
commit f3df39fcf6
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
class bind (
$forwarders = '',
$dnssec = true,
$filter_ipv6 = false,
$version = '',
$rndc = undef,
$statistics_port = undef,

View File

@ -24,6 +24,9 @@ options {
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;