From 58fabd999e005fbab5ec81dd5fc29123fda2bbf8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 9 Mar 2011 13:45:59 +0100 Subject: [PATCH] Try not to set forwarders when they are bad --- modules/unbound/templates/unbound.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index 74cf4bb22..026126bd0 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -52,7 +52,7 @@ server: <%= out = [] - unless nodeinfo['misc']['resolver-recursive'] + unless nodeinfo['misc']['resolver-recursive'] and not nodeinfo['hoster']['nameservers_break_dnssec'] forwarders = nodeinfo['hoster']['nameservers'] forwarders ||= [] -- 2.20.1