security: increase f2b sec
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-06-25 11:09:18 -04:00
parent 85a2f7327a
commit 42db292376
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -49,13 +49,17 @@
};
services.fail2ban = {
enable = true;
maxretry = 3;
bantime = "10m";
ignoreIP = [
"192.168.0.0/16"
"172.16.0.0/12"
"10.0.0.0/8"
"5.161.181.184"
];
extraSettings = {
findtime = 100000;
bantime = 100000;
maxretry = 1;
mode = "aggressive";
};
};
}