From 80b8b3c1524a18ede547bca9ca6e8bbc53ae2de2 Mon Sep 17 00:00:00 2001 From: Christian Kauer Date: Wed, 24 Nov 2021 20:29:57 +0100 Subject: [PATCH] add: security setting --- integrations/http.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/integrations/http.yaml b/integrations/http.yaml index ea3baf7..2f2f956 100644 --- a/integrations/http.yaml +++ b/integrations/http.yaml @@ -1,7 +1,11 @@ +# https://www.home-assistant.io/integrations/http/ +# http: ssl_certificate: /ssl/cert.pem ssl_key: /ssl/privkey.pem use_x_forwarded_for: true trusted_proxies: - 192.168.178.70 - - 127.0.0.1 \ No newline at end of file + - 127.0.0.1 + ip_ban_enabled: True + login_attempts_threshold: 5 \ No newline at end of file