Update README.md

This commit is contained in:
Samson-W 2019-07-21 03:19:41 +08:00
parent 6437f94f70
commit 8c6b01c3cb
1 changed files with 1 additions and 2 deletions

View File

@ -172,9 +172,8 @@ $ sudo -s
### nft format rules:
[nftables.conf](https://github.com/hardenedlinux/harbian-audit/blob/master/docs/configurations/etc.nftables.conf)
to do the following:
to do the following(your network interfacename(Example eth0)):
```
$ INTERFACENAME="your network interfacename(Example eth0)"
$ sed -i 's/^define int_if = ens33/define int_if = eth0/g' etc.nftables.conf
$ sudo nft -f ./etc.nftables.conf
```