default value for http.ip_ban_enabled is True (#35565)

This commit is contained in:
Jakob Schlyter 2024-11-04 19:06:32 +01:00 committed by GitHub
parent 33527856f6
commit 18556833b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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