projects
/
config
/
iptables.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial import
[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