Commit graph

5 commits

Author SHA1 Message Date
Vangie Du
89011fc3ae
Fix issue with homebrew-installed nc taking precedence in $PATH
This commit addresses a problem where the nc command installed via homebrew was being used preferentially over the intended version due to its higher precedence in the $PATH environment variable. Adjustments have been made to ensure the script selects the correct nc executable, avoiding conflicts and ensuring consistent behavior across different setups.
2024-04-19 22:10:29 +08:00
Ruize Tang
53c4c4671a
fix(shell-proxy): support ssh-proxy using http proxy in cygwin (#12340) 2024-04-10 15:39:19 +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
Septs
5ea25e6736
Add shell-proxy plugin (#8692) 2020-05-24 18:48:43 +02:00