diff options
-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; |