services: fail2ban: increase default bantime to 1 week

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-19 10:31:37 +02:00
parent bc67437947
commit 9250581753
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -12,6 +12,7 @@
bantime-increment = {
enable = true;
overalljails = true;
maxtime = "168h"; # 1 week
};
};
}