Skip to content

Releases: jthomperoo/simple-proxy

v1.1.1

04 Dec 16:11
375dc3e
Compare
Choose a tag to compare

[v1.1.1] - 2023-12-04

Fixed

  • Fixed issue with incorrect headers and response code for browser/system level proxy settings
    (#1).

v1.1.0

08 Apr 10:51
Compare
Choose a tag to compare

[v1.1.0] - 2022-04-08

Added

  • Basic auth support, can provide --basic-auth 'username:password' which the proxy then checks for valid auth
    provided in the Proxy-Authentication header.
  • Can choose if auth should be logged with the --log-auth option.
  • Can choose to log all request headers using the --log-headers option.

v1.0.0

07 Apr 14:50
Compare
Choose a tag to compare

[v1.0.0] - 2022-04-07

Added

  • Initial release, self-contained binary that allows hosting a simple proxy.
    • Supports HTTP and HTTPS.
    • Supports choosing which port.
    • Supports printing binary version number.
    • Supports specifying paths to certificate and private key file to use.
    • Logs each proxied connection.
    • Supports log options can be supplied using glog.
      • Can choose the log verbosity with the -v flag.
      • Can choose to log to a file.