Closed JeremySkinner closed 6 years ago
Add parameters for easily setting up tunnels. Eg:
Add-SshConnection -Name MyProxy -Uri example.com -LocalTunnelPort 81 -RemoteTunnelPort 80 -TunnelHost localhost
If either local/remote port are specified but the other isn't, then the same should be used for both. If TunnelHost is not specified, use localhost.
Done in 33fb0c8
Add parameters for easily setting up tunnels. Eg:
If either local/remote port are specified but the other isn't, then the same should be used for both. If TunnelHost is not specified, use localhost.