From 11f12eaeeeb53fc2a16383c1a1e86ea71a3d39c9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 20 Mar 2014 07:48:58 +0100 Subject: [PATCH] add tcpflags to host.fw example --- example/host.fw | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/host.fw b/example/host.fw index 79a5949..e38b2a5 100644 --- a/example/host.fw +++ b/example/host.fw @@ -20,6 +20,9 @@ nf_conntrack_max: 196608 # you need to enable that explicitly allow_bridge_route: 1 +# filter illegal combinations of TCP flags +tcpflags: 1 + [RULES] IN SSH(ACCEPT) net0 -- 2.39.2