start nft

This commit is contained in:
pvincent
2024-09-02 08:54:34 +04:00
parent b0cc669f0e
commit c0442859c3
+1 -1
View File
@@ -111,7 +111,7 @@ function prepare_nftables() {
sudo cp -f "$MIAOU_BASEDIR/templates/hardened/nftables.conf" /etc/ sudo cp -f "$MIAOU_BASEDIR/templates/hardened/nftables.conf" /etc/
sudo mkdir -p /etc/nftables.rules.d sudo mkdir -p /etc/nftables.rules.d
sudo systemctl enable nftables sudo systemctl enable nftables
sudo systemctl start nftables
else else
echo "nftables already installed!" echo "nftables already installed!"
fi fi