Skip to content

Instantly share code, notes, and snippets.

@gayanvirajith
Created July 16, 2014 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gayanvirajith/8c3e45fb56f367e96fdd to your computer and use it in GitHub Desktop.
Save gayanvirajith/8c3e45fb56f367e96fdd to your computer and use it in GitHub Desktop.
Iptable add rule temporarily accept port 80 from outside.
iptables -I INPUT 1 -p tcp --dport http -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment