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