X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;h=9a2c837355076533b7b1e70ed0062dc72e6622bd;hb=72c9df408d1367a62c858c37ee8375396d78f360;hp=07f3ca2a6e963b80b01bb96c3d80a0de74229078;hpb=7fbd1fb63f9a8e87683b183e8b39bce18af59a4a;p=mirror%2Fdsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index 07f3ca2a6..9a2c83735 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 @@ -62,5 +60,11 @@ server: out << " forward-addr: #{ns}" end end + + + if hostname == "zappa" + out << "edns-buffer-size: 512" + end + out.join("\n") %>