#!/bin/sh ln -sf ./rules.nft /etc/nftables.d/firewall.nft echo "Reloading firewall rules..." nft -f /etc/nftables.d/firewall.nft