Skip to content

Instantly share code, notes, and snippets.

@jorgedison
Created May 10, 2016 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgedison/ba887d86a9f5bdee6357b6082f33ff64 to your computer and use it in GitHub Desktop.
Save jorgedison/ba887d86a9f5bdee6357b6082f33ff64 to your computer and use it in GitHub Desktop.
Open Port Windows
netsh advfirewall firewall add rule name="Open Port 8555" dir=in action=allow protocol=TCP localport=8555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment