projects
/
config
/
iptables.git
/ blob
1c26fe1bd901880ce566f4b541f7ff23a1eb66bf
[config/iptables.git]
/
Makefile
1
all:
2
3
deploy-workstation:
4
command -v /usr/sbin/nft > /dev/null && sudo nft flush ruleset
5
sudo ./iptables-workstation.sh
6
sudo iptables-save > iptables
7
sudo ip6tables-save > ip6tables