File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17147,21 +17147,21 @@ components:
17147
17147
x-linode-cli-display: 6
17148
17148
proxy_protocol:
17149
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.
17150
+ ProxyProtocol is a TCP extension that sends initial TCP connection
17151
+ information such as source/destination IPs and ports to backend devices.
17152
+ This information would be lost otherwise. Backend devices must be
17153
+ configured to work with ProxyProtocol if enabled.
17153
17154
17154
17155
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`.
17156
+ * If ommited, or set to `none`, the NodeBalancer doesn't send any auxilary
17157
+ data over TCP connections. This is the default.
17158
+ * If set to `v1`, the human-readable header format (Version 1), is used.
17159
+ * If set to `v2`, the binary header format (Version 2), is used.
17160
17160
type: string
17161
17161
enum:
17162
+ - none
17162
17163
- v1
17163
17164
- v2
17164
- - none
17165
17165
example: none
17166
17166
default: none
17167
17167
cipher_suite:
You can’t perform that action at this time.
0 commit comments