Skip to content

Commit e55e004

Browse files
committed
DOC: proxy-protocol: document 0.0.0.0/0 CIDR
1 parent d2930f5 commit e55e004

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

documentation/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

documentation/doc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)