reshuffle where template is served from
[mirror/dsa-puppet.git] / modules / ferm / files / ferm.conf
index 8229ff8..b5448b0 100644 (file)
@@ -51,3 +51,10 @@ domain (ip ip6) {
 }
 
 @include 'dsa.d/';
+
+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;
+        }
+}