Skip to content

Instantly share code, notes, and snippets.

@ramonsmits
Created March 29, 2023 12:54
Show Gist options
  • Select an option

  • Save ramonsmits/0a3770af0ac00c94c99d4e760fbb89e7 to your computer and use it in GitHub Desktop.

Select an option

Save ramonsmits/0a3770af0ac00c94c99d4e760fbb89e7 to your computer and use it in GitHub Desktop.
netsh advfirewall firewall add rule name="ServicePulse - TCP 9090" dir=in action=allow protocol=TCP localport=9090
netsh advfirewall firewall add rule name="ServiceControl - TCP 33333" dir=in action=allow protocol=TCP localport=33333
netsh advfirewall firewall add rule name="ServiceControl.Monitoring - TCP 33633" dir=in action=allow protocol=TCP localport=33633
netsh advfirewall firewall add rule name="ServiceControl.Audit - TCP 44444" dir=in action=allow protocol=TCP localport=44444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment