commit 134a21631e432b101c56097cced00ff8f45e9d1c
parent 273c54ca697b8b3f0a8754f8ea24af6787e05cf4
Author: mayfrost <mayfrost@cock.li>
Date: Sun, 27 Jan 2019 02:40:37 -0300
Update NETWORKING.md
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/NETWORKING.md b/NETWORKING.md
@@ -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: