Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 14, 2017 19:31
Show Gist options
  • Save alexcheng1982/4cabd2dd066c75b6e4d91907e1648386 to your computer and use it in GitHub Desktop.
Save alexcheng1982/4cabd2dd066c75b6e4d91907e1648386 to your computer and use it in GitHub Desktop.
Configure firewall
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