diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-16 15:10:55 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-16 15:10:55 -0300 |
commit | 7789dc6b863df5ed2e93ac5a1786dc84016dc6dc (patch) | |
tree | af05c33b5f4e8e3eb64cbafffa01142c51ecb4c6 /config/bind | |
parent | b79bb10806852ed4dccbe33e7c243bdc2ab4e23a (diff) | |
parent | a4ed123c8aa37596cbd2608dee31f99251781220 (diff) | |
download | pfsense-packages-7789dc6b863df5ed2e93ac5a1786dc84016dc6dc.tar.gz pfsense-packages-7789dc6b863df5ed2e93ac5a1786dc84016dc6dc.tar.bz2 pfsense-packages-7789dc6b863df5ed2e93ac5a1786dc84016dc6dc.zip |
Merge pull request #863 from gogglespisano/bind
Diffstat (limited to 'config/bind')
-rw-r--r-- | config/bind/bind.inc | 4 |
1 files 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 .= <<<EOD rate-limit { - responses-per-second { $rate_limit }; - log-only { $log_only }; + responses-per-second $rate_limit; + log-only $log_only; }; EOD; |