X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;h=7ffc35fd796fd398f29a61d3a8719fdb9138085a;hb=ee7d91317ec6efd38f8a281c096c68c48425b64b;hp=92766758b8454c7a88984cc89575a98376b1db8f;hpb=2d15b9008f311fe6443ee665f2fa6ef92b038487;p=mirror%2Fdsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index 92766758b..7ffc35fd7 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -48,12 +48,15 @@ server: prefetch: yes prefetch-key: yes + +<% if not hiera('firewall_blocks_dns', false) %> local-zone: "29.172.in-addr.arpa" nodefault forward-zone: name: "29.172.in-addr.arpa" forward-host: geo1.debian.org forward-host: geo2.debian.org forward-host: geo3.debian.org +<% end -%> # recursive: <%= @is_recursor ? "y" : "n" %> <% if not @is_recursor -%>