aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unbound.conf.erb5
1 files changed, 3 insertions, 2 deletions
diff --git a/unbound.conf.erb b/unbound.conf.erb
index b807b3b..cb7b08c 100644
--- a/unbound.conf.erb
+++ b/unbound.conf.erb
@@ -155,11 +155,12 @@ auth-zone:
zonefile: <%= confdir %>/secondary/<%= zone.gsub('/', '_') %>
<% end %>
-# DN42 zones
+<% end %>
+
+# The DN42 root zones.
<% dn42_zones.split.each do |zone| -%>
stub-zone:
name: <%= zone %>.
stub-addr: <%= dn42_master %>
<% end %>
-<% end %>