Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save enqtran/660de5c8a589a6814290f03bee37776d to your computer and use it in GitHub Desktop.
Save enqtran/660de5c8a589a6814290f03bee37776d to your computer and use it in GitHub Desktop.
iptables -I INPUT -p tcp -m tcp --dport 3000 -j ACCEPT
service iptables save
service iptables restart
iptables -L -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment