From: Peter Palfrader Date: Mon, 21 Jan 2013 12:03:47 +0000 (+0100) Subject: bind rate limit everywhere X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=00b716768919d3293c434c5ad64084be81123321;p=mirror%2Fdsa-puppet.git bind rate limit everywhere --- diff --git a/modules/named/templates/named.conf.options.erb b/modules/named/templates/named.conf.options.erb index 3375f74a0..a372fc964 100644 --- a/modules/named/templates/named.conf.options.erb +++ b/modules/named/templates/named.conf.options.erb @@ -43,7 +43,7 @@ options { dnssec-validation yes; <% end -%> -<% if hostname == "senfl" -%> +<% if %w{senfl ravel orff diamond}.include?(hostname) -%> rate-limit { responses-per-second 25; window 5;