asdf
This commit is contained in:
9
seedbox/old/disable_iptables.sh
Executable file
9
seedbox/old/disable_iptables.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
iptables -F
|
||||
iptables -X
|
||||
iptables -P INPUT ACCEPT
|
||||
iptables -P OUTPUT ACCEPT
|
||||
iptables -P FORWARD ACCEPT
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user