summaryrefslogtreecommitdiff
path: root/plugins/shell-proxy/proxy.py
AgeCommit message (Collapse)Author
2023-10-02feat(shell-proxy): allow excluding endpoints with `NO_PROXY` (#11924)Abhinav
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