Skip to content

Commit 3427911

Browse files
committed
Fix ProxyProtocol param name
1 parent 09e6f25 commit 3427911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ type L4LoadBalancer struct {
571571
type L4VHostZoneInput struct {
572572
ID string `json:"id"`
573573
UDP bool `json:"udp"`
574-
ProxyProtocolEnabled bool `json:"proxy_protocol_enabled"`
574+
ProxyProtocol bool `json:"proxy_protocol"`
575575
Ports []int32 `json:"ports"`
576576
Description *string `json:"description"`
577577
UpstreamID string `json:"upstream_id"`

0 commit comments

Comments
 (0)