Skip to content

Instantly share code, notes, and snippets.

@juanvallejo
Created August 15, 2015 03:27
Show Gist options
  • Save juanvallejo/076ea8d8f7fea47bb1c7 to your computer and use it in GitHub Desktop.
Save juanvallejo/076ea8d8f7fea47bb1c7 to your computer and use it in GitHub Desktop.
Allow tcp / udp connectinos on Windows server firewall
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