Update forwarded-for docs to indicate it supports cidrs, not just single hosts

This commit is contained in:
Jeff Mitchell 2018-11-09 10:28:00 -05:00
parent 54b0ee9d96
commit 7ddbb5065e

View File

@ -103,7 +103,7 @@ advertise the correct address to other nodes.
is for Vault to request client certificates when available.
- `x_forwarded_for_authorized_addrs` `(string: <required-to-enable>)`
Specifies the list of source IP addresses for which an X-Forwarded-For header
Specifies the list of source IP CIDRs for which an X-Forwarded-For header
will be trusted. Comma-separated list or JSON array. This turns on
X-Forwarded-For support.