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=4f0160303bf8dcc044786b9083b1f843f7e0be42;hb=ebb4ff839f4767e2c8ccec0cd0334109f042cd07;hp=e72514a07d0669930c640cc6247599b7e8bb2791;hpb=b7e872963ed3267dd33855abd1c34bdfd3720764;p=dsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index e72514a0..4f016030 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -53,6 +53,8 @@ forward-zone: forward-addr: <%= nms %> <% end -%> <% if @lsbmajdistrelease >= '7' -%> + # This will actually only work starting with unbound 1.4.18 (wheezy has 1.4.17) + # previously, forward-first was not implemented for the root zone. forward-first: yes <% end -%>