added proxyprotocol options
This commit is contained in:
parent
d130ea4e2b
commit
5de98614da
4 changed files with 23 additions and 19 deletions
|
|
@ -21,9 +21,11 @@ type LoadBalancer struct {
|
|||
}
|
||||
|
||||
type Options struct {
|
||||
Frontend []string `json:"frontend,omitempty"`
|
||||
Backend []string `json:"backend,omitempty"`
|
||||
DefaultServer string `json:"defaultServer,omitempty`
|
||||
Frontend []string `json:"frontend,omitempty"`
|
||||
Backend []string `json:"backend,omitempty"`
|
||||
ProxyProtocol string `json:"proxyProtocol,omitempty"`
|
||||
CheckProxyProtocol bool `json:"checkProxyProtocol,omitempty"`
|
||||
DefaultServer string `json:"defaultServer,omitempty`
|
||||
}
|
||||
|
||||
type Port struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue