Update how_to_persistent_iptables_rules_with_debian_9.mkd

This commit is contained in:
Samson.W 2018-12-03 03:29:57 +08:00 committed by GitHub
parent cacf930981
commit 7110ba14aa

View File

@ -45,5 +45,5 @@ Note: User iptables-save/ip6tables-save command, save file must is above file na
## Well-done
Iptables rules would auto restore iptables rules when Operation system restart, or manual to exec following command:
```
$ systemctl restart netfilter-persistent
$ sudo systemctl restart netfilter-persistent
```