go-proxy
go-proxy copied to clipboard
CNTLM Proxy CLI written in GOLANG to assist with managing proxy configuration
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190215142949-d0b11bdaac8a to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
A user should be able to configure the NoProxy configuration in their cntlm.conf file with an array of input
The --all flag if should be passed should enable the proxy config on all tools on the hosted OS that are supported
A user should be able to see the state of their system prior to making any configuration adjustments should they wish. They should be able to run a command that...
A user may configure their local instance with all required proxy values and/or key/value pairs within the .conf file. Given a user may need to switch between regular used configuration...
Output to the user if the proxy is currently running or not with additional meta data
The proxy CLI should be configurable via a TOML file which contains the state and variables that can be easily modified via scripting or manually with the user. This will...
Currently not dynamically setting the drive prefix to the path.
See https://code.visualstudio.com/docs/getstarted/settings and search for `http.proxy`. These settings can be set in the user config file (on OSX its located at ~/Library/Application\ Support/Code/User/settings.json).