fail2ban: update

This commit is contained in:
notohh 2023-07-09 04:20:20 -04:00
parent 11cd2b225c
commit 02bf06eb2c
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -57,9 +57,11 @@
"10.0.0.0/8"
"5.161.181.184"
];
extraSettings = {
findtime = 100000;
mode = "aggressive";
jails.DEFAULT = {
settings = {
findtime = 100000;
mode = "aggressive";
};
};
};
}