X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;h=d97ee7e85514250706ffc67c39944221bb8c2b5b;hb=31e494cc86cbf45b2672995ed4427e99bfcae268;hp=74cf4bb22e417955e8d49abace146819348d5245;hpb=1da10e732fffdf45c45bf4a96b1285fdfd430336;p=mirror%2Fdsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index 74cf4bb22..d97ee7e85 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -32,8 +32,6 @@ server: hide-identity: yes hide-version: yes - use-caps-for-id: yes - # Do not query the following addresses. No DNS queries are sent there. # List one address per entry. List classless netblocks with /size, # do-not-query-address: 127.0.0.1/8 @@ -52,7 +50,7 @@ server: <%= out = [] - unless nodeinfo['misc']['resolver-recursive'] + if not nodeinfo['misc']['resolver-recursive'] and not nodeinfo['hoster']['nameservers_break_dnssec'] forwarders = nodeinfo['hoster']['nameservers'] forwarders ||= []