diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-02-27 20:01:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-02-27 20:01:13 -0300 |
commit | 0de685fd6a5417150c57668f2da6602263817480 (patch) | |
tree | f8382cd0b5b10ea77694a2324c3e7898ce44d456 | |
parent | 13aa140b3084dfdb07beaae3a10dc114ecde2f37 (diff) | |
download | puppet-bootstrap-0de685fd6a5417150c57668f2da6602263817480.tar.gz puppet-bootstrap-0de685fd6a5417150c57668f2da6602263817480.tar.bz2 |
Increasing firewall::ssl_ratelimit
-rw-r--r-- | config/common.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common.yaml b/config/common.yaml index 29fb400..936420d 100644 --- a/config/common.yaml +++ b/config/common.yaml @@ -10,7 +10,7 @@ nodo::subsystem::monitor::address : "%{::fqdn}" # # Firewall # -firewall::ssl_ratelimit : "s:ssl:200/min:20" +firewall::ssl_ratelimit : "s:ssl:200/sec:20" firewall::local_net : false firewall::local::manage_host : true firewall::local::manage_iface : false |