From 99d4251080de187729ea1534d78819c5b4b5eb24 Mon Sep 17 00:00:00 2001 From: Stuart Wyatt Date: Thu, 16 Apr 2015 08:44:08 -0700 Subject: BIND - fix rate-limit option - remove {} The rate-limit option should not have values with {} and look like this: rate-limit { responses-per-second 15; log-only yes; }; --- config/bind/bind.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bind/bind.inc b/config/bind/bind.inc index 167f0af3..c61382cb 100644 --- a/config/bind/bind.inc +++ b/config/bind/bind.inc @@ -179,8 +179,8 @@ EOD; $log_only = ($bind['log_only'] == "no" ? "no" : "yes"); $bind_conf .= <<