summaryrefslogtreecommitdiff
path: root/plugins/shell-proxy
AgeCommit message (Collapse)Author
2023-10-02feat(shell-proxy): allow excluding endpoints with `NO_PROXY` (#11924)Abhinav
2022-08-01fix: don't use `$functions_source` for compatibility with zsh < 5.4Marc Cornellà
2022-04-12fix(shell-proxy): make ssh-proxy compatible with macOS (#10640)septs
2021-12-29feat(shell-proxy): support SOCKS protocol based on URI scheme (#10069)Bryan Lee
2021-12-13refactor(shell-proxy)!: rename env vars to `SHELLPROXY_*` and add usage ↵fengkx
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-04-06feat(shell-proxy): enable unexported `DEFAULT_PROXY` setting (#9774)Septs
2020-11-20fix(shell-proxy): change NAME env variable for WSL clash (#9447)Septs
2020-05-24Add `shell-proxy` plugin (#8692)Septs