Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active December 26, 2019 20:45
Show Gist options
  • Save recursivecodes/377c93d1f55e2dc5354e4dfd13e0bdc9 to your computer and use it in GitHub Desktop.
Save recursivecodes/377c93d1f55e2dc5354e4dfd13e0bdc9 to your computer and use it in GitHub Desktop.
firewall.sh
sudo firewall-cmd --permanent --zone=public --add-port=80/tcp
sudo firewall-cmd --reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment