Skip to content

Instantly share code, notes, and snippets.

@alexbosworth
Created January 25, 2019 04:36
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 alexbosworth/73979109334aa96037eee0e0d0cffbb6 to your computer and use it in GitHub Desktop.
Save alexbosworth/73979109334aa96037eee0e0d0cffbb6 to your computer and use it in GitHub Desktop.

Setup UFW

Turn on the firewall

sudo ufw logging on
sudo ufw enable
// PRESS Y
sudo ufw status
sudo ufw allow OpenSSH
sudo ufw allow 9735
sudo ufw allow 10009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment