Releases: rapid7/go-get-proxied
Fix an issue where Windows proxy configured in WinHTTP cannot be retrieved
Fixed #24
Add a commandline argument to support returning a list of proxy when PAC returns a list
It is possible for proxy auto config script to returns a list of proxies, which wasn't handled before and it always returns the last entry of the list. The release allows it to return the list in the correct order using argument -l
.
The previous behaviour was not changed to return the first proxy to maintain the same behaviour.
Adds ability to set custom timeouts for a given provider
Adds ability to set custom timeouts for a given provider (#14) * Adds ability to SetTimeouts for a given provider * Updating doc
No longer forcing proxy scheme to match expected message protocol
The client is expected to handle their expectations of the proxy protocol, this library is only responsible for returning it.
Removing timestamps from main.go log output
1.0.1 Removing date from log output (#12)
Official release of go-get-proxied
Reworks the main.go for ease of use and automation.
Modified the main output format
The output of the main file is changed to only report the proxy as a string.
Use default protocol for target URL
Windows WPAD implementation requires a well formed target URL to be provided; in cases where a protocol is not provided, a default one will be provided based on the proxy's protocol.
Adds proxy bypass support to Darwin (scutil)
Merge pull request #4 from rapid7/scutil_support_bypass_proxy_settings Added bypass proxy settings support to MacOS platform.
Added Network Setting Proxy for MacOS
Add supports for the following:
- MacOS:
- System Configured Proxies (Scutil)