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