]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/unbound/templates/unbound.conf.erb
tell unbound to find 29.172.in-addr.arpa on the geo hosts
[dsa-puppet.git] / modules / unbound / templates / unbound.conf.erb
index e885ec95533159097f1dd3e8d243e41fa1200bb7..8e06b7df09a2baaeb1adb2d2008785440e0b3f10 100644 (file)
@@ -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 -%>