Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created January 30, 2013 18:00
Show Gist options
  • Save BDQ/4675210 to your computer and use it in GitHub Desktop.
Save BDQ/4675210 to your computer and use it in GitHub Desktop.
apt-get install ufw -y
ufw allow ssh/tcp
ufw allow 80
ufw allow 443
ufw logging on
ufw enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment