Skip to content

Instantly share code, notes, and snippets.

@zolotarev
Created October 28, 2020 12:56
Show Gist options
  • Save zolotarev/88057869caf1144384479a476de09078 to your computer and use it in GitHub Desktop.
Save zolotarev/88057869caf1144384479a476de09078 to your computer and use it in GitHub Desktop.
#Open ports
sudo iptables -t filter -A INPUT -p tcp --dport 80 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment