X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;fp=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;h=a8001903e6f558f99a54b2ac5f84886a453029fb;hb=146cc9cdb25153a49c3923710ca598bd939328b4;hp=d6b3436e16251e5bacf2601fbd942e9c9630e39c;hpb=a576c8137feaea3598c4f70ed7e01953027c386e;p=dsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index d6b3436e..a8001903 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