From 52ef839611408d0a069e5286de50faf667191ea7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 17 Jun 2019 20:08:25 -0700 Subject: [PATCH] Use more realistic trusted proxy --- source/_components/http.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/http.markdown b/source/_components/http.markdown index de1a455dde8..3235e4667eb 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -119,8 +119,7 @@ http: - https://www.home-assistant.io use_x_forwarded_for: true trusted_proxies: - - 127.0.0.1 - - ::1 + - 10.0.0.200 ip_ban_enabled: true login_attempts_threshold: 5 ```