diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 15:52:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 15:52:58 -0300 |
commit | 4d726cb11385bf29e5c99c8c3b4e5579419d7538 (patch) | |
tree | 37a77bec3dc4522b4279a1439a7b6560c56eaf1c | |
parent | 3d1cf84f39fece3f2a9f8b7247a792212eb81177 (diff) | |
download | puppet-firewall-4d726cb11385bf29e5c99c8c3b4e5579419d7538.tar.gz puppet-firewall-4d726cb11385bf29e5c99c8c3b4e5579419d7538.tar.bz2 |
Fix: ferm.conf.tpc
-rw-r--r-- | files/ferm/ferm.conf.tpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ferm/ferm.conf.tpc b/files/ferm/ferm.conf.tpc index 8a1017e..f5030b2 100644 --- a/files/ferm/ferm.conf.tpc +++ b/files/ferm/ferm.conf.tpc @@ -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; |