From 7ddbb5065e489b864cb7582350cc32697a7d5d94 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 9 Nov 2018 10:28:00 -0500 Subject: [PATCH] Update forwarded-for docs to indicate it supports cidrs, not just single hosts --- website/source/docs/configuration/listener/tcp.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/listener/tcp.html.md b/website/source/docs/configuration/listener/tcp.html.md index c8446f27d1..b75efb7633 100644 --- a/website/source/docs/configuration/listener/tcp.html.md +++ b/website/source/docs/configuration/listener/tcp.html.md @@ -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: )` – - 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.