From 1a56d85cf69281c37654c70d0a2fe9ae8ce96f00 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 30 Nov 2011 11:24:31 +0100 Subject: [PATCH] set edns buffer size to 512 on zappa --- modules/unbound/templates/unbound.conf.erb | 6 ++++++ 1 file changed, 6 insertions(+) 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") %> -- 2.39.2