Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfox95 authored Oct 21, 2018
1 parent f1d93e8 commit 4ee9cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Creates a backup of the rules:
sudo iptables-save | sudo tee /etc/iptables.rules.backup
````

Edit file */etc/rc.local* and add the following lines before the exit 0 line:
Edit file */etc/rc.local* and add the following lines before the *"exit 0"* line:
```bash
ptables-restore < /etc/iptables.rules.backup
```
Expand Down

0 comments on commit 4ee9cab

Please sign in to comment.