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
273c54ca69
commit
134a21631e
@ -78,6 +78,8 @@ You can save either example in a script to activate the Wi-Fi whenever you want.
|
||||
`sudo ufw allow from IP_ADDRESS to any port PORT_NUMBER`
|
||||
|
||||
### iptables
|
||||
* To list all rules:
|
||||
`iptables -L`
|
||||
* To flush all rules (reset to blank slate):
|
||||
`iptables -F`
|
||||
* To flush an specific rule:
|
||||
|
Loading…
Reference in New Issue
Block a user