mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-27 18:01:46 +00:00
Update NETWORKING.md
This commit is contained in:
parent
134a21631e
commit
98de3e0643
@ -83,7 +83,7 @@ You can save either example in a script to activate the Wi-Fi whenever you want.
|
|||||||
* To flush all rules (reset to blank slate):
|
* To flush all rules (reset to blank slate):
|
||||||
`iptables -F`
|
`iptables -F`
|
||||||
* To flush an specific rule:
|
* To flush an specific rule:
|
||||||
`iptables -F <THE_RULE_TO_FLUSH>`
|
`iptables -D <THE_RULE_TO_FLUSH>`
|
||||||
|
|
||||||
#### BASICS
|
#### BASICS
|
||||||
* The rules are read in the order you give them and also their flags:
|
* The rules are read in the order you give them and also their flags:
|
||||||
|
Loading…
Reference in New Issue
Block a user