@@ -9437,6 +9437,7 @@ paths:
9437
9437
"check_path": "/test",
9438
9438
"check_body": "it works",
9439
9439
"check_passive": true,
9440
+ "proxy_protocol": "v1",
9440
9441
"cipher_suite": "recommended"
9441
9442
}' \
9442
9443
https://api.linode.com/v4/nodebalancers/12345/configs
@@ -9454,6 +9455,7 @@ paths:
9454
9455
--check_path "/test" \
9455
9456
--check_body "it works" \
9456
9457
--check_passive true \
9458
+ --proxy_protocol "v1" \
9457
9459
--cipher_suite recommended
9458
9460
/nodebalancers/{nodeBalancerId}/configs/{configId}:
9459
9461
parameters:
@@ -9548,6 +9550,7 @@ paths:
9548
9550
"check_path": "/test",
9549
9551
"check_body": "it works",
9550
9552
"check_passive": true,
9553
+ "proxy_protocol": "v1",
9551
9554
"cipher_suite": "recommended"
9552
9555
}' \
9553
9556
https://api.linode.com/v4/nodebalancers/12345/configs/4567
@@ -9566,6 +9569,7 @@ paths:
9566
9569
--check_path "/test" \
9567
9570
--check_body "it works" \
9568
9571
--check_passive true \
9572
+ --proxy_protocol "v1" \
9569
9573
--cipher_suite recommended
9570
9574
delete:
9571
9575
x-linode-grant: read_write
@@ -9697,6 +9701,7 @@ paths:
9697
9701
"check_path": "/test",
9698
9702
"check_body": "it works",
9699
9703
"check_passive": true,
9704
+ "proxy_protocol": "v1",
9700
9705
"cipher_suite": "recommended",
9701
9706
"nodes": [
9702
9707
{
@@ -9730,6 +9735,7 @@ paths:
9730
9735
--check_path "/test" \
9731
9736
--check_body "it works" \
9732
9737
--check_passive true \
9738
+ --proxy_protocol "v1" \
9733
9739
--cipher_suite recommended
9734
9740
/nodebalancers/{nodeBalancerId}/configs/{configId}/nodes:
9735
9741
parameters:
@@ -17139,6 +17145,13 @@ components:
17139
17145
enough for it to be considered unhealthy and taken out of rotation.
17140
17146
example: true
17141
17147
x-linode-cli-display: 6
17148
+ proxy_protocol:
17149
+ type: string
17150
+ enum:
17151
+ - v1
17152
+ - v2
17153
+ nullable: true
17154
+ example: v1
17142
17155
cipher_suite:
17143
17156
type: string
17144
17157
enum:
0 commit comments