Created
November 10, 2015 22:13
-
-
Save d-smith/c97b2f03b5086ea4f4d0 to your computer and use it in GitHub Desktop.
expose ports on 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
| #!/bin/sh | |
| sudo ufw allow 3000/tcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment