diff options
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index bb026d4..4a81e00 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -11,16 +11,6 @@ class nodo::physical inherits nodo { class { 'syslog-ng': } - # SSL computational DoS mitigation - # See http://vincent.bernat.im/en/blog/2011-ssl-dos-mitigation.html - $firewall_ssl_ratelimit = $firewall_ssl_ratelimit ? { - '' => $firewall_global_ssl_ratelimit ? { - '' => '-', - default => $firewall_global_ssl_ratelimit, - }, - default => $firewall_ssl_ratelimit, - } - # Firewall configuration include firewall |