flake: bump inputs
Update `fail2ban` to accomodate for RFC-42 migration.
This commit is contained in:
parent
65de9c5a0e
commit
ae8d8d75fd
2 changed files with 25 additions and 25 deletions
|
|
@ -28,10 +28,10 @@ in
|
|||
rndtime = "5m"; # Use 5 minute jitter to avoid unban evasion
|
||||
};
|
||||
|
||||
jails.DEFAULT = '';
|
||||
findtime = 4h
|
||||
bantime = 10m
|
||||
'';
|
||||
jails.DEFAULT.settings = {
|
||||
findtime = "4h";
|
||||
bantime = "10m";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue