Skip to content

1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 03:51
ebdebcb

Added

  • Get-WirelessNetAdapter - single source of truth for "which physical
    adapters are Wi-Fi" on a Windows host (matches on the driver
    InterfaceDescription, not the host-varying connection name). Returns
    the matching Get-NetAdapter objects so callers can compare MACs,
    resolve a connection name to feed Reset-IcsSharing's WAN parameter,
    or check link state without each carrying its own copy of the match.
  • Set-RouterSshRelay / Remove-RouterSshRelay - compose the netsh
    portproxy and its Windows Firewall companion as one inseparable pair
    (add and teardown), so a caller cannot lay/sweep one half and forget
    the other - the silent "banner exchange timeout" footgun. Set adds a
    -FirewallOnly mode for the pre-VM phase (firewall pre-laid before the
    router IP is known); both delegate to the existing
    Set-/Remove-RouterSshPortProxy(+Firewall) primitives.