initial import

This commit is contained in:
tengel 2024-03-17 12:53:54 -05:00
parent 3ed58b0021
commit 4b70c0023c
48 changed files with 1540 additions and 0 deletions

3
etc/fail2ban/dbpurge.sql Normal file
View file

@ -0,0 +1,3 @@
delete from bans where timeofban <= strftime('%s', date('now', '-7 days'));
vacuum;
.quit