Merge branch 'filter-aaaa-on-v4-option' into 6.0-prerelease

This commit is contained in:
Nate Riffe
2016-04-20 07:33:18 -05:00
3 changed files with 5 additions and 1 deletions
+3
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;