Add a comment saying that our forward-first setting is useless
authorPeter Palfrader <peter@palfrader.org>
Thu, 11 Jul 2013 08:58:34 +0000 (10:58 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 11 Jul 2013 08:58:34 +0000 (10:58 +0200)
modules/unbound/templates/unbound.conf.erb

index e72514a..4f01603 100644 (file)
@@ -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 -%>