Releases: rayw000/use-proxy
Releases · rayw000/use-proxy
Update document
Add interactive function `use-proxy-toggle-all-proxies`
- Add interactive function
use-proxy-toggle-all-proxies
Bug fixes
Unit tests and bug fixes
- Fix bug which would consider valid proxy invalid.
- Add argument to `use-proxy-toggle-proto-proxy' to make it available in non-interactive cases.
- Add unit test.
First release with basic features
Features
- Load proxy settings from
$HTTP_PROXY
,$HTTPS_PROXY
and$NO_PROXY
envs. - Toggle proxy by protocol.
- Toggle proxy globally or respecting
$NO_PROXY
. - Provide macros
use-proxy-with-custom-proxies
anduse-proxy-with-specified-proxies
.