diff --git a/templates/named.conf.erb b/templates/named.conf.erb index 124aa7f..11ba8ef 100644 --- a/templates/named.conf.erb +++ b/templates/named.conf.erb @@ -27,7 +27,7 @@ options { forward <%= @forward %>; <%- end -%> auth-nxdomain <%= @auth_nxdomain ? 'yes' : 'no' %>; - listen-on { any; } + listen-on { any; }; listen-on-v6 { any; }; <%- if @filter_ipv6 -%> filter-aaaa-on-v4 yes;