From c9a36c02254d46524a870012e232237f9cc36a44 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 21 Dec 2019 15:15:18 +0100 Subject: [PATCH] use inet table instead of ip inet is for both ipv4 and ipv6 --- config/etc/nftables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/etc/nftables.conf b/config/etc/nftables.conf index f7bb70e..e970f48 100644 --- a/config/etc/nftables.conf +++ b/config/etc/nftables.conf @@ -2,7 +2,7 @@ flush ruleset -table ip filter { +table inet filter { chain input { type filter hook input priority 0; policy drop;