aboutsummaryrefslogtreecommitdiffstats
path: root/unbound.conf.erb
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-07-14 11:18:14 +0100
committerLexi Winter <lexi@le-fay.org>2025-07-14 11:18:14 +0100
commit9411fce8ab5384dbfbdbe588b57d9f5e090f290e (patch)
treee464a8bd902da05ad83c8c1a4f94e3142e65deb3 /unbound.conf.erb
parent1aea5840593ea5d42876356871dc1a80fe13c415 (diff)
downloaddns-9411fce8ab5384dbfbdbe588b57d9f5e090f290e.tar.gz
dns-9411fce8ab5384dbfbdbe588b57d9f5e090f290e.tar.bz2
unbound.conf: always configure the DN42 stub zones
Diffstat (limited to 'unbound.conf.erb')
-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 %>