Skip to content

Commit

Permalink
added new line in script to disable also firewall rules named "asteri…
Browse files Browse the repository at this point in the history
…cs ergo"
  • Loading branch information
klues committed Nov 14, 2017
1 parent 6ceaf9c commit 47811bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom/bin/ARE/tools/fixfirewall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set RULE_NAME_OUT="Open Port %PORT% out for AsTeRICS-Ergo"

:: disable existing, auto-generated rules for "asterics ergo.exe"
netsh advfirewall firewall set rule name="asterics ergo.exe" new enable=no
netsh advfirewall firewall set rule name="asterics ergo" new enable=no

:: add or set rule for in-traffic
netsh advfirewall firewall show rule name=%RULE_NAME% >nul
Expand Down

0 comments on commit 47811bd

Please sign in to comment.