migrated to external IP allocator

This commit is contained in:
ston1th 2021-09-26 20:20:43 +02:00
commit e2449b425e
15 changed files with 478 additions and 194 deletions

View file

@ -29,6 +29,7 @@ func NewConfig(m map[string][]byte) (c Config, err error) {
type LoadBalancer struct {
Name string `json:"name"`
IP string `json:"ip"`
CIDR string `json:"cidr"`
Options Options `json:"options"`
Ports []Port `json:"ports"`
}