Last active
June 2, 2016 20:27
-
-
Save cdolek/0f5ca8cd05c1dd207db26260439b796a to your computer and use it in GitHub Desktop.
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 deny outgoing | |
| ufw limit ssh | |
| ufw allow svn | |
| ufw allow git | |
| ufw allow out http | |
| ufw allow in http | |
| ufw allow out https | |
| ufw allow in https | |
| ufw allow out 53 | |
| ufw logging on | |
| # ufw show added // to see enabled rules | |
| # ufw enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment