File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1015,7 +1015,8 @@ path-rewrite: /foo/(.*) /\1 # strip /foo ... "/foo/bar?q=1" into "/
1015
1015
1016
1016
# #### `proxy-protocol`
1017
1017
1018
- Enables Proxy Protocol for a comma-delimited list of IP addresses and/or CIDR ranges.
1018
+ Enables Proxy Protocol on client side for a comma-delimited list of IP addresses and/or CIDR ranges.
1019
+ The `0.0.0.0/0` CIDR will enable Proxy Protocol for all incoming traffic.
1019
1020
1020
1021
Available on : ` configmap`
1021
1022
Original file line number Diff line number Diff line change @@ -1038,8 +1038,8 @@ annotations:
1038
1038
dependencies : " "
1039
1039
default : " "
1040
1040
description :
1041
- - Enables Proxy Protocol for a comma-delimited list of IP addresses and/or CIDR
1042
- ranges .
1041
+ - Enables Proxy Protocol on client side for a comma-delimited list of IP addresses and/or CIDR ranges.
1042
+ - The `0.0.0.0/0` CIDR will enable Proxy Protocol for all incoming traffic .
1043
1043
tip :
1044
1044
- Connection will fail with 400 Bad Request if source IP is in annotation list but
1045
1045
no Proxy Protocol data is sent.
You can’t perform that action at this time.
0 commit comments