https://github.com/kragniz/proxy
https://github.com/kragniz/proxy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kragniz/proxy
- Owner: kragniz
- License: mit
- Created: 2017-02-25T03:25:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T03:33:08.000Z (over 8 years ago)
- Last Synced: 2025-01-17T16:14:23.598Z (5 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
proxy
=====Use this if you're sick of typing things like
$ export NO_PROXY=$NO_PROXY,something.local
$ export https_proxy=$http_proxyInstall with:
$ go install github.com/kragniz/proxy
Use it:
$ proxy on
$ proxy off
$ proxy ignore localhost
$ proxy ignore something.localSet the default proxy:
$ echo 'ProxyServer: "proxy.dootcorp.com"' > ~/.proxy.yaml