Skip to content

Instantly share code, notes, and snippets.

@dvcama
Created June 21, 2015 15:36
Show Gist options
  • Save dvcama/2821b9e36a198a542c0b to your computer and use it in GitHub Desktop.
Save dvcama/2821b9e36a198a542c0b to your computer and use it in GitHub Desktop.
add temporary access to an IP on port 8890
sudo iptables -A INPUT -p tcp --dport 8890 -s XXX.XXX.XXX.XXX -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment