From: Stefan Schantl Date: Sun, 10 Apr 2022 09:40:56 +0000 (+0200) Subject: crontab: Add job for periodic ipblocklist updates. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=875c38eb01950396883ad20e986dc7286cd21726;p=people%2Fstevee%2Fipfire-2.x.git crontab: Add job for periodic ipblocklist updates. Signed-off-by: Stefan Schantl --- diff --git a/config/cron/crontab b/config/cron/crontab index d94dd65c2f..a83c9573af 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -62,6 +62,9 @@ HOME=/ # Update location database %hourly,random * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/update-location-database >/dev/null 2>&1 +# Update Lists for IP-based blocking. +%hourly,random * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/update-ipblocklists >/dev/null 2>&1 + # Retry sending spooled mails regularly %hourly * /usr/sbin/dma -q