mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
default value for http.ip_ban_enabled
is True
(#35565)
This commit is contained in:
parent
33527856f6
commit
18556833b1
@ -73,7 +73,7 @@ ip_ban_enabled:
|
||||
description: Flag indicating whether additional IP filtering is enabled.
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
login_attempts_threshold:
|
||||
description: "Number of failed login attempt from single IP after which it will be automatically banned if `ip_ban_enabled` is `true`. When set to -1 no new automatic bans will be added."
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user