Skip to content

Instantly share code, notes, and snippets.

@reneeb
Created November 23, 2017 18:38
Show Gist options
  • Save reneeb/32ec04262137c947f7082762dc272c6f to your computer and use it in GitHub Desktop.
Save reneeb/32ec04262137c947f7082762dc272c6f to your computer and use it in GitHub Desktop.
iptables -I INPUT 5 -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment