fail2ban: fix bantime-increment option name (multipliers not multiplier)

https://claude.ai/code/session_01PwAXuaoJx7qD5FhVLsn7Sn
This commit is contained in:
Claude 2026-04-06 08:35:15 +00:00
parent 6b432f3bc2
commit 78bb64d9f2
No known key found for this signature in database

View file

@ -12,7 +12,7 @@
# Progressively longer bans for repeat offenders, up to 1 week
bantime-increment = {
enable = true;
multiplier = "1 2 4 8 16 32 64";
multipliers = "1 2 4 8 16 32 64";
maxtime = "168h";
overalljails = true;
};