update homeassistant configuration to ip ban if failed attempts are above 5
This commit is contained in:
parent
88e298b03d
commit
b9a88e6a98
|
@ -17,3 +17,5 @@ http:
|
|||
trusted_proxies:
|
||||
- 192.168.178.0/24 # Local IP
|
||||
- 172.27.0.0/24 # Docker Network IP Subnet
|
||||
ip_ban_enabled: true
|
||||
login_attempts_threshold: 5
|
||||
|
|
Loading…
Reference in a new issue