Update README.md

This commit is contained in:
Chris Titus
2019-06-24 01:49:09 -05:00
committed by GitHub
parent c57bf6cfc9
commit d773a791cf
+1 -1
View File
@@ -16,7 +16,7 @@ sudo /etc/init.d/netfilter-persistent save
### Arch Linux Distributions
*Use iptable-save which is pre-installed*
```
sudo iptables-save
sudo iptables-save > /etc/iptables/iptables.rules
```
### RHEL / CentOS Distributions
*This is by far the simpliest way to save rules and check them # chkconfig --list | grep iptables*