|
@@ -79,7 +79,7 @@ type WebForwardingRequire struct {
|
|
|
|
|
|
type BackendList struct {
|
|
type BackendList struct {
|
|
Addr string `json:"addr,omitempty" form:"addr"`
|
|
Addr string `json:"addr,omitempty" form:"addr"`
|
|
- Protocol string `json:"protocol,omitempty" form:"protocol"`
|
|
|
|
|
|
+ Protocol string `json:"protocol" form:"protocol"`
|
|
Timeout string `json:"timeout,omitempty" form:"timeout" default:"30s"`
|
|
Timeout string `json:"timeout,omitempty" form:"timeout" default:"30s"`
|
|
ProxyV1 bool `json:"proxy_v1,omitempty" form:"proxy_v1" default:"false"`
|
|
ProxyV1 bool `json:"proxy_v1,omitempty" form:"proxy_v1" default:"false"`
|
|
}
|
|
}
|