A simple HTTP forward proxy that support multiple parent proxies.
- Full HTTP proxy implementation, including HTTPS through
CONNECT
- Proxy basic authentication support
- Redirect request to multiple parent proxies (like squid)
- toml configuration
Download binary file from release.
Or compile it by yourself:
go get github.com/sdvcrx/cuttlefish
MIT