From 02d26020fd6fe43085372e5b3ca9306af8201fce Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:55:39 +0000 Subject: [PATCH] nftables: Removed forward filter --- nftables.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nftables.conf b/nftables.conf index 0fc4bfc..762b590 100755 --- a/nftables.conf +++ b/nftables.conf @@ -25,8 +25,6 @@ table inet filter { chain forward { type filter hook forward priority 0; policy accept; - - iif eth0 drop } chain output {