Created
December 14, 2017 19:31
-
-
Save alexcheng1982/4cabd2dd066c75b6e4d91907e1648386 to your computer and use it in GitHub Desktop.
Configure firewall
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
netsh advfirewall firewall add rule name="App Port 8080" dir=in action=allow protocol=TCP localport=8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment