From: Peter Palfrader Date: Wed, 30 Nov 2011 10:24:31 +0000 (+0100) Subject: set edns buffer size to 512 on zappa X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1a56d85cf69281c37654c70d0a2fe9ae8ce96f00;p=mirror%2Fdsa-puppet.git set edns buffer size to 512 on zappa --- diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index d97ee7e85..2f29ef95f 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -60,5 +60,11 @@ server: out << " forward-addr: #{ns}" end end + + + <% if hostname == "zappa" -%> + edns-buffer-size: 512 + <% end -%> + out.join("\n") %>