Created
August 15, 2015 03:27
-
-
Save juanvallejo/076ea8d8f7fea47bb1c7 to your computer and use it in GitHub Desktop.
Allow tcp / udp connectinos on Windows server 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="name" dir=in action=allow protocol=TCP localport=7777 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment