Commit graph

9 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
Abhinav
f36c6db0ea
feat(shell-proxy): allow excluding endpoints with NO_PROXY (#11924) 2023-10-02 20:58:42 +02:00
Marc Cornellà
4fcf52c2b1
fix: don't use $functions_source for compatibility with zsh < 5.4 2022-08-01 20:54:45 +02: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
fengkx
e96b8bd523
refactor(shell-proxy)!: rename env vars to SHELLPROXY_* and add usage message (#10456)
BREAKING CHANGE: the `DEFAULT_PROXY` setting has been renamed to `SHELLPROXY_URL`,
and `CONFIG_PROXY` has been renamed to `SHELLPROXY_CONFIG`. See the plugin README
for more information.

Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-12-13 11:26:05 +01:00
Septs
2e487b187e
feat(shell-proxy): enable unexported DEFAULT_PROXY setting (#9774) 2021-04-06 14:49:03 +02:00
Septs
d57131dc49
fix(shell-proxy): change NAME env variable for WSL clash (#9447) 2020-11-20 12:42:51 +01:00
Septs
5ea25e6736
Add shell-proxy plugin (#8692) 2020-05-24 18:48:43 +02:00