We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e6f25 commit 3427911Copy full SHA for 3427911
pkg/types.go
@@ -571,7 +571,7 @@ type L4LoadBalancer struct {
571
type L4VHostZoneInput struct {
572
ID string `json:"id"`
573
UDP bool `json:"udp"`
574
- ProxyProtocolEnabled bool `json:"proxy_protocol_enabled"`
+ ProxyProtocol bool `json:"proxy_protocol"`
575
Ports []int32 `json:"ports"`
576
Description *string `json:"description"`
577
UpstreamID string `json:"upstream_id"`
0 commit comments