remove ClamAV because of GPL and started work on read-only filesystem

This commit is contained in:
bunkerity
2021-05-26 17:18:49 +02:00
parent a8bc17e836
commit a991b262ef
24 changed files with 91 additions and 69 deletions

7
misc/cron Normal file
View File

@@ -0,0 +1,7 @@
15 0 * * * /opt/scripts/certbot-renew.sh > /dev/null 2>&1
30 0 * * * /opt/scripts/user-agents.sh > /dev/null 2>&1
45 0 * * * /opt/scripts/referrers.sh > /dev/null 2>&1
0 1 * * * /opt/scripts/abusers.sh > /dev/null 2>&1
0 2 * * * /opt/scripts/proxies.sh > /dev/null 2>&1
0 */1 * * * /opt/scripts/exit-nodes.sh > /dev/null 2>&1
0 3 2 * * /opt/scripts/geoip.sh > /dev/null 2>&1