OlofBlomqvist / odd-box

dead simple reverse proxy and webserver
https://odd-box.cruma.io/
MIT License
9 stars 1 forks source link

Loadbalancing #15

Closed OlofBlomqvist closed 2 months ago

OlofBlomqvist commented 3 months ago

This PR adds basic round-robin loadbalancing support for remote sites. Works with both tcp tunneling and terminating proxy.

It also includes a large amount of refactored code in related areas such as configuration since we had to create a new schema version (v2) anyway.

Change list: