modules/fail2ban: increase maxtime to 48h

This commit is contained in:
Max Headroom 2022-05-18 01:22:35 +02:00
parent b012ca1964
commit 607f942527

View file

@ -14,6 +14,7 @@
]; ];
bantime-increment = { bantime-increment = {
enable = true; enable = true;
maxtime = "48h";
}; };
}; };
} }