From: Peter Palfrader Date: Sat, 20 Apr 2013 10:29:05 +0000 (+0200) Subject: Forward reverse lookups to our nameservers X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=146cc9cdb25153a49c3923710ca598bd939328b4;hp=a576c8137feaea3598c4f70ed7e01953027c386e;p=mirror%2Fdsa-puppet.git Forward reverse lookups to our nameservers --- diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index d6b3436e1..a8001903e 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -51,6 +51,15 @@ forward-zone: <% @ns.to_a.flatten.each do |nms| -%> forward-addr: <%= nms %> <% end -%> +# XXX : we probably ought to forward 172.29 reverse queries to our nameserver +# if our forwarders are not ours. +<% else -%> +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 <% end -%> <% if hostname == "zappa" -%> edns-buffer-size: 512