fix: services.fail2ban top-level options - no findtime, maxretry lowercase
This commit is contained in:
@@ -356,8 +356,7 @@
|
|||||||
# Fail2ban - automatic IP banning
|
# Fail2ban - automatic IP banning
|
||||||
services.fail2ban = {
|
services.fail2ban = {
|
||||||
enable = true;
|
enable = true;
|
||||||
maxRetry = 3;
|
maxretry = 3;
|
||||||
findtime = 600;
|
|
||||||
bantime = 3600;
|
bantime = 3600;
|
||||||
banaction = "iptables-multiport";
|
banaction = "iptables-multiport";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user