X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;fp=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;h=2f29ef95f937cd296de09769cd99122f526c0bb3;hb=1a56d85cf69281c37654c70d0a2fe9ae8ce96f00;hp=d97ee7e85514250706ffc67c39944221bb8c2b5b;hpb=70e9090c9307d62c33ff01efc0728cb3c41d21d4;p=dsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index d97ee7e8..2f29ef95 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") %>