Modify README doc

This commit is contained in:
samson 2018-12-15 00:10:51 +08:00
parent 875fe3b897
commit 57ee4b9e7d
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ to do the following:
$ INTERFACENAME="your network interfacename(Example eth0)"
$ sed -i "s/PUB_IFS=.*/PUB_IFS=\"$INTERFACENAME\"/g" docs/examples/configurations/etc.iptables.rules.v4.sh
$ sudo bash docs/examples/configurations/etc.iptables.rules.v4.sh
$ sudo -s
# iptables-save > /etc/iptables/rules.v4
# ip6tables-save > /etc/iptables/rules.v6
```