From: Peter Palfrader Date: Mon, 19 May 2014 21:04:24 +0000 (+0200) Subject: tell unbound to find 29.172.in-addr.arpa on the geo hosts X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=dbdec8e212367f13025857ddffca6ed8b8c14fa3;p=mirror%2Fdsa-puppet.git tell unbound to find 29.172.in-addr.arpa on the geo hosts --- diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index e885ec955..8e06b7df0 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 -%>