All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
connect_timeoutfor upstream proxy and in example config - Implement connection timeout to the upstream proxy
- use humantime_serde for parsing
connect_timeoutin human written format - cleanup some unused definitions which are already commented
- use the same version as in docker hub
- Add maxclients in example
- Document Health upstream
- Add OpenShift deployment examples
- remove jemalloc usage
- Update sequenceDiagram in README.md
- add
WouldBlockinproxy() - increase buffer for proxy response reading to
8192 - Add error log output in
copyfunction - Add docker hub link
- Now keeping a change log in the
CHANGELOG.mdfile. - Created Dockerfile for creation of Container Images
- Added a Sequence diagram
- Added the possibility to connect
viaupstream Proxy 5737e29 - Add simple HTTP/1.1 health check 1f533cc
- Add parsing and getting of environment variables 8e01d2c
- Add simple k6 tests 4fd5eee
- Add Global connection counter ec8db36
- Add Arc Semaphore to limit clients 2a9c5f1 , 9adb9b9
- Fix Global connection counter for health checks 548d75d
- Switch to jemallocator
- Rename the forked project
layer4-proxytotls-proxy-tunnel
0.1.7: diff
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.