Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 825 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 825 Bytes

cuttlefish proxy

A simple HTTP forward proxy that support multiple parent proxies.

Build Status Drone Build Status

Features

  • Full HTTP proxy implementation, including HTTPS through CONNECT
  • Proxy basic authentication support
  • Redirect request to multiple parent proxies (like squid)
  • toml configuration

Install

Download binary file from release.

Or compile it by yourself:

go get github.com/sdvcrx/cuttlefish

TODO

TODOs.md

LICENSE

MIT