9436a6683684d82303e7888a10d8589bd85cce01
[config/iptables.git] / Makefile
1 all:
2
3 deploy-workstation:
4         -[ -x /usr/sbin/nft ] && sudo nft flush ruleset
5         sudo ./iptables-workstation.sh
6         sudo iptables-save > iptables
7         sudo ip6tables-save > ip6tables