You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli-windows/add-firewall-rules-for-sts-auth-thru-docker.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,6 @@ try {
21
21
Write-Host"Rule found"
22
22
}
23
23
catch [Exception] {
24
-
New-NetFirewallRule-DisplayName eShopOnContainers-Inbound -Confirm -Description "eShopOnContainers Inbound Rule for port range 5100-5105"-LocalAddress Any -LocalPort 5100-5105-Protocol tcp -RemoteAddress Any -RemotePort Any -Direction Inbound
25
-
New-NetFirewallRule-DisplayName eShopOnContainers-Outbound -Confirm -Description "eShopOnContainers Outbound Rule for port range 5100-5105"-LocalAddress Any -LocalPort 5100-5105-Protocol tcp -RemoteAddress Any -RemotePort Any -Direction Outbound
24
+
New-NetFirewallRule-DisplayName eShopOnContainers-Inbound -Confirm -Description "eShopOnContainers Inbound Rule for port range 5100-5110"-LocalAddress Any -LocalPort 5100-5110-Protocol tcp -RemoteAddress Any -RemotePort Any -Direction Inbound
25
+
New-NetFirewallRule-DisplayName eShopOnContainers-Outbound -Confirm -Description "eShopOnContainers Outbound Rule for port range 5100-5110"-LocalAddress Any -LocalPort 5100-5110-Protocol tcp -RemoteAddress Any -RemotePort Any -Direction Outbound
0 commit comments