X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;h=4680b3350b6c41ed483809b9867d002e2eaeec1e;hb=1914af73e5e8f62c3058ac19135802a7777acbb6;hp=e885ec95533159097f1dd3e8d243e41fa1200bb7;hpb=c41c1433b9dd0394c6b186d93d4c9ce92555f9f4;p=mirror%2Fdsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index e885ec955..4680b3350 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -48,10 +48,9 @@ server: local-zone: "29.172.in-addr.arpa" nodefault forward-zone: name: "29.172.in-addr.arpa" - forward-host: ns1.debian.org - forward-host: ns2.debian.org - forward-host: ns3.debian.org - forward-host: ns4.debian.com + forward-host: geo1.debian.org + forward-host: geo2.debian.org + forward-host: geo3.debian.org # recursive: <%= @is_recursor ? "y" : "n" %> <% if not @is_recursor -%> @@ -60,9 +59,7 @@ forward-zone: <% @ns.to_a.flatten.each do |nms| -%> forward-addr: <%= nms %> <% end -%> -<% if @lsbmajdistrelease >= '7' -%> # This will actually only work starting with unbound 1.4.18 (wheezy has 1.4.17) # previously, forward-first was not implemented for the root zone. forward-first: yes <% end -%> -<% end -%>