5 lines
117 B
Bash
5 lines
117 B
Bash
#!/bin/sh
|
|
cp -f ./rules.nft /etc/nftables.d/firewall.nft
|
|
|
|
echo "Reloading firewall rules..."
|
|
nft -f /etc/nftables.nft |