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