Skip to content

Commit d35b342

Browse files
author
hzoppetti
committed
update description
1 parent 996dd5f commit d35b342

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

openapi.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17146,12 +17146,24 @@ components:
1714617146
example: true
1714717147
x-linode-cli-display: 6
1714817148
proxy_protocol:
17149+
description: >
17150+
ProxyProtocol is an internet protocol that sends information as a header on a
17151+
TCP connection without losing client data. When used with a NodeBalancer, it
17152+
enables the termination of TCP connections.
17153+
17154+
17155+
Linode NodeBalancers supports two versions, `v1` and `v2`. `v1` is human readable
17156+
text while `v2` makes use of a binary signature.
17157+
17158+
17159+
If ommited from the configuration, the default is `none`.
1714917160
type: string
1715017161
enum:
1715117162
- v1
1715217163
- v2
1715317164
- none
17154-
example: v1
17165+
example: none
17166+
default: none
1715517167
cipher_suite:
1715617168
type: string
1715717169
enum:

0 commit comments

Comments
 (0)