Releases: potoo0/configurable-http-proxy
Releases · potoo0/configurable-http-proxy
v0.1.5
v0.1.4
v0.1.3
- Modify go link flags to reduce binary size
- Publish docker image
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
- Support
--keep-alive-timeout
and--timeout
options to specify the proxy server idle timeout and r/w timeout. - Support
--ssl-*
,--api-ssl-*
and--client-ssl-*
options to specify the ssl configurations.--ssl-ciphers
is ignored, use golang's default cipher suites.--ssl-dhparam
is ignored, Diffie-Hellman parameters is not supported in golang's tls package.