initial import
This commit is contained in:
parent
3ed58b0021
commit
4b70c0023c
48 changed files with 1540 additions and 0 deletions
5
etc/cron.weekly/f2b-cleanup
Executable file
5
etc/cron.weekly/f2b-cleanup
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
if [ -x /usr/bin/sqlite3 ]; then
|
||||
sqlite3 /var/lib/fail2ban/fail2ban.sqlite3 < /etc/fail2ban/dbpurge.sql
|
||||
fi
|
||||
systemctl restart fail2ban.service
|
||||
Loading…
Add table
Add a link
Reference in a new issue