os-proxy-cli
v0.1.2
Published
Manage system-wide proxy settings.
Downloads
2
Maintainers
Readme
os-proxy-cli
Manage system-wide proxy settings.
Why?
- Cross-platform behavior.
- Uses native APIs for managing config.
- Can monitor external changes via events.
Install
npm install os-proxy-cli --global
Usage
$ os-proxy --help
Usage
$ os-proxy <set|get|enable|disable>
Example
$ os-proxy set localhost:1234
Get the currently configured proxy.
$ os-proxy get
localhost:8000
Change the proxy configuration.
$ os-proxy set --hostname=localhost --port=1234
Contributing
See our contributing guidelines for more details.
- Fork it.
- Make a feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
License
Go make something, dang it.