Skip to content

Instantly share code, notes, and snippets.

@CromonMS
Created December 22, 2015 12:26
Show Gist options
  • Save CromonMS/46394e3138626463f032 to your computer and use it in GitHub Desktop.
Save CromonMS/46394e3138626463f032 to your computer and use it in GitHub Desktop.
// change the port number to whatever is needed.
iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 3000 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment