diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-10 16:36:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-10 16:36:13 -0200 |
commit | 7d40f000abf43f9f18f3dcdef434a1acc6c75063 (patch) | |
tree | c2e81d24e3abab7de89385bb6843151f8e39f248 /manifests/subsystems/firewall.pp | |
parent | 77b0cca4290409039e6cd5e187838e7465faf3c5 (diff) | |
download | puppet-nodo-7d40f000abf43f9f18f3dcdef434a1acc6c75063.tar.gz puppet-nodo-7d40f000abf43f9f18f3dcdef434a1acc6c75063.tar.bz2 |
SSL computational DoS mitigation
Diffstat (limited to 'manifests/subsystems/firewall.pp')
-rw-r--r-- | manifests/subsystems/firewall.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index c3c5396..1760f7b 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -116,7 +116,7 @@ class firewall { destination => '$FW', proto => '-', destinationport => '-', - ratelimit => '-', + ratelimit => '$firewall_ssl_ratelimit', order => '103', } |