X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;h=d97ee7e85514250706ffc67c39944221bb8c2b5b;hb=601951c29b7a93fbfadbe219e713d3763647d724;hp=026126bd0f2740972c4d6d6907a7d0675cbf2982;hpb=58fabd999e005fbab5ec81dd5fc29123fda2bbf8;p=mirror%2Fdsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index 026126bd0..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'] and not nodeinfo['hoster']['nameservers_break_dnssec'] + if not nodeinfo['misc']['resolver-recursive'] and not nodeinfo['hoster']['nameservers_break_dnssec'] forwarders = nodeinfo['hoster']['nameservers'] forwarders ||= []