Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 749 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 749 Bytes

simpleLB

A simple and lite load balancer(support automatic access to certificates from Let's Encrypt )

Install

go get -u github.com/si9ma/simpleLB

Usage

A simple and lite load balancer(support automatic access to certificates from Let's Encrypt )

Usage:
  simpleLB [command]

Available Commands:
  help        Help about any command
  lb          start a load balancer

Flags:
      --config string   config file (default is $HOME/.simpleLB.yaml)
  -h, --help            help for simpleLB
  -t, --toggle          Help message for toggle

Use "simpleLB [command] --help" for more information about a command.

TODO

  • Support Round-robin load balancing strategy
  • Downstream health check