Skip to content

Instantly share code, notes, and snippets.

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 euberdeveloper/355955f30c5d67084be8f1b9c0296ca2 to your computer and use it in GitHub Desktop.
Save euberdeveloper/355955f30c5d67084be8f1b9c0296ca2 to your computer and use it in GitHub Desktop.
Fuck oracle cloud
port=80
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport $port -j ACCEPT
sudo netfilter-persistent save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment