Skip to content

Commit

Permalink
Create fwoff.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CUGCR committed Nov 30, 2017
1 parent b10430e commit 75286be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Utilities/fwoff.sh
@@ -0,0 +1,8 @@
#!/bin/bash
#---------------
# Turn off iptables rules inbound and outbound
#---------------
sudo iptables -P INPUT ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables -F

0 comments on commit 75286be

Please sign in to comment.