Add example of network in trusted_proxy (#13435)

This commit is contained in:
Mike Nabhan 2020-05-14 01:06:08 -06:00 committed by GitHub
parent 900ce51a57
commit dcfcaceef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```