Skip to content

Instantly share code, notes, and snippets.

@ibrahimsn98
Created August 6, 2018 16:54
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 ibrahimsn98/8115672b83abcc4b2c3bc7422c03abe6 to your computer and use it in GitHub Desktop.
Save ibrahimsn98/8115672b83abcc4b2c3bc7422c03abe6 to your computer and use it in GitHub Desktop.
linux-secure-wall-port-allow
sudo /sbin/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 8000 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment