Tags: suyashkumar/ssl-proxy
Tags
Bump golang.org/x/net from 0.17.0 to 0.23.0 (#58) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When automatic redirect is enabled, use domain if available. (#30) When the -redirectHTTP flag is enabled, the value for domain should be used for the redirect if specified. Otherwise, the value of the from flag should be used (which might be a public facing IP, or perhaps a localhost address for local work). This closes #27.
Add forwarding headers on incoming requests, add travis (#6) This change injects the X-Forwarded-Proto and X-Forwarded-Port headers to all incoming requests to the proxy. Useful for applications like Jenkins to behave well behind SSL proxies. This change also adds a Travis CI build.