Created
November 26, 2018 09:13
-
-
Save v-thomp4/040b0fb66f2697e7652feeccb9e88a7e to your computer and use it in GitHub Desktop.
ufw ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ufw default deny incoming | |
ufw default allow outgoing | |
ufw allow ssh | |
ufw enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment