diff --git a/Python/etc/cron.d/firewall b/Python/etc/cron.d/firewall index 0545eae..2044d5d 100644 --- a/Python/etc/cron.d/firewall +++ b/Python/etc/cron.d/firewall @@ -14,3 +14,6 @@ header("Régénération du pare-feu") min=random.randint(0,59) print "# Regénération des règles MAC-IP du firewall" print "%s 1 * * * root /usr/scripts/gestion/gen_confs/firewall4/firewall4.py test_mac_ip > /dev/null" % min + +print "# Régénération des blacklists du firewall" +print "%s 2 * * * root /usr/scripts/gestion/gen_confs/firewall4/firewall4.py blacklists > /dev/null" % min