From dcfcaceef02066ed96a5090f4e5ccb8a106dd17e Mon Sep 17 00:00:00 2001 From: Mike Nabhan <13139061+mikenabhan@users.noreply.github.com> Date: Thu, 14 May 2020 01:06:08 -0600 Subject: [PATCH] Add example of network in trusted_proxy (#13435) --- source/_integrations/http.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index bc04a3b0cea..f983e75c21a 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -113,6 +113,7 @@ http: use_x_forwarded_for: true trusted_proxies: - 10.0.0.200 + - 172.30.33.0/24 ip_ban_enabled: true login_attempts_threshold: 5 ```