Skip to content

Instantly share code, notes, and snippets.

@y0c
Created July 28, 2018 07:47
Show Gist options
  • Select an option

  • Save y0c/11daa675d1c3b569d709ef8053403808 to your computer and use it in GitHub Desktop.

Select an option

Save y0c/11daa675d1c3b569d709ef8053403808 to your computer and use it in GitHub Desktop.
linux iptable disable script(run sudo)
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment