Releases: dhenry123/http_reverse_proxy
Releases · dhenry123/http_reverse_proxy
Websockets
- Yaml configuration: frontend ⇨ acl ⇨ backend ⇨ servers
- Frontends :
- Listeners HTTP/HTTPS
- websocket upgrade
- Backends :
- HTTP et HTTPS
- Roundrobin distribution , only
- Insertion of “X-Forwarded-For” header
- API Rest for configuration changes
- Configuration hot reload
- Automatic certificate loading (format pem) for TLS resolution
- Integrate a basic anti-bot system. The aim is not to develop a complete system, but to attempt an implementation at the heart of the LoadBalancer.
initial release
- Yaml configuration: frontend ⇨ acl ⇨ backend ⇨ servers
- Frontends :
- Listeners HTTP/HTTPS
- websocket upgrade
- Backends :
- HTTP et HTTPS
- Roundrobin distribution , only
- Insertion of “X-Forwarded-For” header
- API Rest for configuration changes
- Configuration hot reload
- Automatic certificate loading (format pem) for TLS resolution
- Integrate a basic anti-bot system. The aim is not to develop a complete system, but to attempt an implementation at the heart of the LoadBalancer.
** Checked items are functional in the first commit.