File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -17146,12 +17146,24 @@ components:
17146
17146
example: true
17147
17147
x-linode-cli-display: 6
17148
17148
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`.
17149
17160
type: string
17150
17161
enum:
17151
17162
- v1
17152
17163
- v2
17153
17164
- none
17154
- example: v1
17165
+ example: none
17166
+ default: none
17155
17167
cipher_suite:
17156
17168
type: string
17157
17169
enum:
You can’t perform that action at this time.
0 commit comments