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.
Added
Remove-RouterSshPortProxy - teardown counterpart to Set-RouterSshPortProxy. Removes every netsh portproxy rule forwarding
to a given router IP (keyed on the connect target, so it sweeps relays
under any listen address). netsh portproxy state persists across VM /
switch teardown, so without this the rules accumulate per router IP
across lifecycles and a stale entry can shadow the WSL relay
auto-discovery for the next router.
Remove-RouterSshPortProxyFirewall - teardown counterpart to Set-RouterSshPortProxyFirewall; removes the inbound allow rule by its
port-keyed DisplayName so the firewall surface is torn down symmetrically
with the portproxy.