Cyberes 89c0e16379 | ||
---|---|---|
proxy-skeleton | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.sh | ||
config.example.yml | ||
loadbalancer.service | ||
requirements.txt |
README.md
proxy-loadbalancer
A round-robin load balancer for HTTP proxies.
This is a simple proxy load balancer that will route requests to a cluster of proxy backends in a round-robin fashion. This makes it easy to connect your clients to a large number of proxy servers without worrying about implementing anything special clientside.
HTTPS proxy servers are not supported.
Install
- Download the latest release from /releases or run
./build.sh
to build the program locally. cp config.example.yml config.yml
- Edit the config.
- Start the loadbalancer with
./proxy-loadbalancer --config [path to your config.yml]
You can run your own "public IP delivery server" canihazip
https://git.evulid.cc/cyberes/canihazip or use the default api.ipify.org
An example systemd service loadbalancer.service
is provided.
Special Headers
The load balancer accepts special headers to control its behavior.
Thirdparty-Bypass
: don't use any third-party endpoints for this request.Thirdparty-Include-Broken
: use all online endpoints for this request, including third-party ones that failed the special test.