Commit graph

4 commits

Author SHA1 Message Date
Ruize Tang
c1c9416e3a fix(shell-proxy): support ssh using http proxy in cygwin
the ssh-proxy.py generates `nc` commands to connect the proxy, however,
in cygwin, it does not set the protocol type, leading to nc using wrong
default protocol (socks5) if we actually use an http proxy.
2024-04-10 10:15:28 +08:00
septs
9fa3f46122
fix(shell-proxy): make ssh-proxy compatible with macOS (#10640) 2022-04-12 13:26:22 +02:00
Bryan Lee
eb94df6428
feat(shell-proxy): support SOCKS protocol based on URI scheme (#10069) 2021-12-29 09:42:35 +01:00
Septs
5ea25e6736
Add shell-proxy plugin (#8692) 2020-05-24 18:48:43 +02:00