Comment out rate-limiting of https traffic on security-tracker
[mirror/dsa-puppet.git] / modules / roles / manifests / security_tracker.pp
index 5f9493b..0e94dd8 100644 (file)
@@ -27,11 +27,11 @@ class roles::security_tracker {
        }
 
        # traffic shaping http traffic
-       @ferm::rule { 'dsa-security-tracker-shape':
-               table => 'mangle',
-               chain => 'OUTPUT',
-               rule  => "proto tcp sport 443 MARK set-mark 20",
-       }
+       #@ferm::rule { 'dsa-security-tracker-shape':
+       #       table => 'mangle',
+       #       chain => 'OUTPUT',
+       #       rule  => "proto tcp sport 443 MARK set-mark 20",
+       #}
 
        file { '/usr/local/sbin/traffic-shape':
                mode   => '0755',