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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Set-RouterSshPortProxy now retries the netsh portproxy add via
Common.PowerShell's Invoke-WithExitCodeRetry. The delete-then-add
refresh runs unconditionally, so a transient add failure previously
risked stranding the listen target with no rule; the bounded retry
absorbs the transient case and still throws on a genuine failure.
Dependencies
Added a RequiredModules dependency on Common.PowerShell (>= 8.1.0),
which provides Invoke-WithExitCodeRetry.