Releases: NinesStack/haproxy-api
Releases · NinesStack/haproxy-api
Modernized for newer Go and Deps
Fix Reload Command for Haproxy 1.8
v0.9.3 Fix reload command for haproxy 1.8
Fixed follower mode for Sidecar with IP addresses
v0.9.1 Release v0.9.1
Added Follower Mode
In this release, HAproxy-API adds the ability to run in follower mode against a remote Sidecar. This is particularly useful for local development work. See README for additional details.
The basic usage is:
$ ./haproxy-api -F <your sidecar IP>:7777
This results in a locally configured HAproxy with the configuration from the remote Sidecar instance.