X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;h=9a2c837355076533b7b1e70ed0062dc72e6622bd;hb=6a74fcd797fb66c3fba4208a284e5c0f1be252b7;hp=d97ee7e85514250706ffc67c39944221bb8c2b5b;hpb=5ca9a29d3b0d4185a9973365fd422505453cb18d;p=mirror%2Fdsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index d97ee7e85..9a2c83735 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" + out << "edns-buffer-size: 512" + end + out.join("\n") %>