From: Stefan Schantl Date: Sun, 8 May 2022 13:32:28 +0000 (+0200) Subject: fcron: Try to update ipblocklists every 15 min. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0394de8fdadd171fc6476265afc48b02b3451ec;p=people%2Fstevee%2Fipfire-2.x.git fcron: Try to update ipblocklists every 15 min. Signed-off-by: Stefan Schantl --- diff --git a/config/cron/crontab b/config/cron/crontab index 1a2537e541..da07f32ff8 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -62,8 +62,8 @@ 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 +# Update Lists for IP-based blocking every 15 minutes. +@ 15 [ -f "/var/ipfire/red/active" ] && /usr/local/bin/update-ipblocklists >/dev/null 2>&1 # Update surciata rules. %daily,random * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/update-ids-ruleset >/dev/null 2>&1