From 9411fce8ab5384dbfbdbe588b57d9f5e090f290e Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Mon, 14 Jul 2025 11:18:14 +0100 Subject: unbound.conf: always configure the DN42 stub zones --- unbound.conf.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'unbound.conf.erb') 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 %> -- cgit v1.2.3