feat(servers): secure them even more.

This commit is contained in:
CronyAkatsuki 2025-10-16 22:33:26 +02:00
parent bda1048f47
commit 636ef55e50
2 changed files with 39 additions and 0 deletions

View file

@ -21,8 +21,16 @@
services.fail2ban = {
enable = true;
maxretry = 5;
ignoreIP = [
"65.21.241.194"
];
bantime = "24h"; # Ban IPs for one day on the first ban
bantime-increment = {
enable = true; # Enable increment of bantime after each violation
multipliers = "1 2 4 8 16 32 64";
maxtime = "168h"; # Do not ban for more than 1 week
overalljails = true; # Calculate the bantime based on all the violations
};
};
}