From ebb4ff839f4767e2c8ccec0cd0334109f042cd07 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 11 Jul 2013 10:58:34 +0200 Subject: [PATCH] Add a comment saying that our forward-first setting is useless --- modules/unbound/templates/unbound.conf.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index e72514a07..4f0160303 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 -%> -- 2.20.1