Use more realistic trusted proxy

This commit is contained in:
Paulus Schoutsen 2019-06-17 20:08:25 -07:00 committed by GitHub
parent b336f2aa65
commit 52ef839611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,8 +119,7 @@ http:
- https://www.home-assistant.io - https://www.home-assistant.io
use_x_forwarded_for: true use_x_forwarded_for: true
trusted_proxies: trusted_proxies:
- 127.0.0.1 - 10.0.0.200
- ::1
ip_ban_enabled: true ip_ban_enabled: true
login_attempts_threshold: 5 login_attempts_threshold: 5
``` ```