add: security setting
This commit is contained in:
parent
e77374c5ac
commit
80b8b3c152
|
|
@ -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
|
||||
- 127.0.0.1
|
||||
ip_ban_enabled: True
|
||||
login_attempts_threshold: 5
|
||||
Loading…
Reference in New Issue