fix rule
[mirror/dsa-puppet.git] / modules / roles / manifests / security_tracker.pp
index 40ed08a..eafe924 100644 (file)
@@ -17,7 +17,7 @@ class roles::security_tracker {
        @ferm::rule { 'dsa-security-tracker-shape':
                table => 'mangle',
                chain => 'OUTPUT',
-               rule  => "proto tcp dport 443 MARK set-mark 20",
+               rule  => "proto tcp sport 443 MARK set-mark 20",
        }
 
        file { '/usr/local/sbin/traffic-shape':