]> gitweb.fluxo.info Git - puppet-firewall.git/commitdiff
Fix: ferm.conf.tpc
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 8 Jan 2022 18:52:58 +0000 (15:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 8 Jan 2022 18:52:58 +0000 (15:52 -0300)
files/ferm/ferm.conf.tpc

index 8a1017ec05ef3bbd00cc4261fa36236a41c765cc..f5030b25dd92b14b76bf3faa4aadbcbff00e04ba 100644 (file)
@@ -7,8 +7,8 @@ table filter {
         policy DROP;
 
         # connection tracking
-        #mod state state INVALID DROP;
-        #mod state state (ESTABLISHED RELATED) ACCEPT;
+        mod state state INVALID DROP;
+        mod state state (ESTABLISHED RELATED) ACCEPT;
 
         # allow local connections
         interface lo ACCEPT;