Skip to content

Releases: dhenry123/http_reverse_proxy

Websockets

17 May 08:44
6113bf0

Choose a tag to compare

  • 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

17 May 08:17

Choose a tag to compare

  • 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.