From dbdec8e212367f13025857ddffca6ed8b8c14fa3 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 19 May 2014 23:04:24 +0200 Subject: [PATCH] tell unbound to find 29.172.in-addr.arpa on the geo hosts --- modules/unbound/templates/unbound.conf.erb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index e885ec95..8e06b7df 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 -%> -- 2.39.2