Skip to content

Instantly share code, notes, and snippets.

@aaronhanson
Created November 4, 2014 01:12
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 aaronhanson/a26e880885257959754e to your computer and use it in GitHub Desktop.
Save aaronhanson/a26e880885257959754e to your computer and use it in GitHub Desktop.
Opens alternate HTTP Port
sudo /sbin/iptables -A INPUT -p tcp --dport 8080 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment