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 "/
10151015
10161016# #### `proxy-protocol`
10171017
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.
10191020
10201021 Available on : ` configmap`
10211022
Original file line number Diff line number Diff line change @@ -1038,8 +1038,8 @@ annotations:
10381038 dependencies : " "
10391039 default : " "
10401040 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 .
10431043 tip :
10441044 - Connection will fail with 400 Bad Request if source IP is in annotation list but
10451045 no Proxy Protocol data is sent.
You can’t perform that action at this time.
0 commit comments