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;