8000 Tags · z33k3r/boringproxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: z33k3r/boringproxy

Tags

v0.5.0

Toggle v0.5.0's commit message
Improve argument parsing and error messages

v0.4.0

Toggle v0.4.0's commit message
Avoid unnecessary server certs

The server doesn't need to get certs unless TlsTermination is set
to server.

v0.3.0

Toggle v0.3.0's commit message
Implement HTTPS requests from client to upstreams

Can now put "https://" in front of Client Address to force it to
use TLS. It doesn't do any verification of the upstream cert. This
is intended to work similarly to the way ngrok does it:

https://ngrok.com/docs#http-local-https

v0.2.0

Toggle v0.2.0's commit message
Add 32-bit builds

v0.1.1

Toggle v0.1.1's commit message
Fix Jellyfin

Services like Jellyfin weren't working apparently because the upstream
requests were using chunked encoding. Reading the entire request body
and forwarding it on seems to fix it.

Also overriding the Host header for upstream requests.

v0.1.0

Toggle v0.1.0's commit message
Update go.sum

0