From a4ce39ce68c75257f40fae255e0218ee50d6174d Mon Sep 17 00:00:00 2001 From: ange Date: Fri, 31 May 2024 18:42:05 +0200 Subject: [PATCH] feat(nftables): flush ruleset on init --- rootfs/etc/nftables.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rootfs/etc/nftables.conf b/rootfs/etc/nftables.conf index b949db5..ad0d59c 100644 --- a/rootfs/etc/nftables.conf +++ b/rootfs/etc/nftables.conf @@ -1,7 +1,8 @@ #!/usr/bin/nft -f # vim:set ts=2 sw=2 et: -destroy table inet filter +flush ruleset + table inet filter { chain input { type filter hook input priority filter; policy drop;