]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/unbound/templates/unbound.conf.erb
set edns buffer size to 512 on zappa
[dsa-puppet.git] / modules / unbound / templates / unbound.conf.erb
index d97ee7e85514250706ffc67c39944221bb8c2b5b..2f29ef95f937cd296de09769cd99122f526c0bb3 100644 (file)
@@ -60,5 +60,11 @@ server:
                        out << "        forward-addr: #{ns}"
                end
        end
+
+
+       <% if hostname == "zappa" -%>
+       edns-buffer-size: 512
+       <% end -%>
+
        out.join("\n")
 %>