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.