2016-01-30 21:12:40 +01:00
|
|
|
# Pi-hole: A black hole for Internet advertisements
|
2017-02-22 18:55:20 +01:00
|
|
|
# (c) 2017 Pi-hole, LLC (https://pi-hole.net)
|
|
|
|
# Network-wide ad blocking via your own hardware.
|
|
|
|
#
|
2016-01-30 21:12:40 +01:00
|
|
|
# Updates ad sources every week
|
|
|
|
#
|
2017-02-22 18:55:20 +01:00
|
|
|
# This file is copyright under the latest version of the EUPL.
|
|
|
|
# Please see LICENSE file for your rights under this license.
|
|
|
|
#
|
|
|
|
#
|
2016-12-14 17:33:20 +01:00
|
|
|
#
|
2016-10-20 13:27:12 +02:00
|
|
|
# This file is under source-control of the Pi-hole installation and update
|
2016-10-20 12:42:25 +02:00
|
|
|
# scripts, any changes made to this file will be overwritten when the softare
|
|
|
|
# is updated or re-installed. Please make any changes to the appropriate crontab
|
|
|
|
# or other cron file snippets.
|
2016-01-30 21:12:40 +01:00
|
|
|
|
2015-11-07 14:58:35 +01:00
|
|
|
# Pi-hole: Update the ad sources once a week on Sunday at 01:59
|
2016-04-01 08:11:59 +02:00
|
|
|
# Download any updates from the adlists
|
2016-12-25 17:32:59 +01:00
|
|
|
59 1 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity
|
2015-11-07 14:58:35 +01:00
|
|
|
|
2016-09-19 21:43:04 +02:00
|
|
|
# Pi-hole: Update Pi-hole! Uncomment to enable auto update
|
2016-12-25 17:32:59 +01:00
|
|
|
#30 2 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updatePihole
|
2016-01-16 20:48:29 +01:00
|
|
|
|
2016-09-06 20:29:30 +02:00
|
|
|
# Pi-hole: Flush the log daily at 00:00 so it doesn't get out of control
|
2015-11-07 14:58:35 +01:00
|
|
|
# Stats will be viewable in the Web interface thanks to the cron job above
|
2017-01-12 20:39:25 +01:00
|
|
|
# The flush script will use logrotate if available
|
2016-12-25 17:32:59 +01:00
|
|
|
00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush
|
2017-01-12 20:39:25 +01:00
|
|
|
|
2017-01-27 14:16:24 +01:00
|
|
|
@reboot root /usr/sbin/logrotate /etc/pihole/logrotate
|