reshuffle where template is served from
[mirror/dsa-puppet.git] / modules / ferm / files / ferm.conf
index f761b01..b5448b0 100644 (file)
@@ -54,6 +54,7 @@ domain (ip ip6) {
 
 domain (ip ip6) {
         chain INPUT {
+                proto (tcp udp) mod multiport destination-ports (135 137 138 139 445 1026 1027 1433) DROP;
                 jump log_or_drop;
         }
 }