6 lines
181 B
Text
6 lines
181 B
Text
# /etc/cron.d/crowdsec_pull: crontab to pull crowdsec API
|
|
# bad IP in ban DB.
|
|
|
|
# Run everyday at 08:00 A.M
|
|
|
|
0 8 * * * root /usr/local/bin/cscli api pull >> /var/log/cscli.log 2>&1
|