diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/ruleset.nft | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/ruleset.nft b/hosts/vidhar/ruleset.nft index 8877f123..a4256e83 100644 --- a/hosts/vidhar/ruleset.nft +++ b/hosts/vidhar/ruleset.nft | |||
@@ -21,6 +21,7 @@ table inet filter { | |||
21 | jump reject-rl | 21 | jump reject-rl |
22 | meta l4proto tcp ct state new counter reject with tcp reset | 22 | meta l4proto tcp ct state new counter reject with tcp reset |
23 | ct state new counter reject | 23 | ct state new counter reject |
24 | counter | ||
24 | } | 25 | } |
25 | 26 | ||
26 | chain input { | 27 | chain input { |
@@ -49,6 +50,7 @@ table inet filter { | |||
49 | jump reject-rl | 50 | jump reject-rl |
50 | meta l4proto tcp ct state new counter reject with tcp reset | 51 | meta l4proto tcp ct state new counter reject with tcp reset |
51 | ct state new counter reject | 52 | ct state new counter reject |
53 | counter | ||
52 | } | 54 | } |
53 | 55 | ||
54 | chain output { | 56 | chain output { |