mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-17 18:42:16 -07:00
as the idea is to generate blocklists daily, the update package will be downloaded daily without checksum. Easier this way. Can implement checksum of the update package if needed.
13 lines
No EOL
435 B
Text
13 lines
No EOL
435 B
Text
# dump.whitelist
|
|
https://gitlab.com/robocopAlpha/pihole_lists/-/raw/main/whitelist.txt
|
|
|
|
# blocklist pack
|
|
https://www.dropbox.com/sh/oyjii6ndqduixt8/AADn57717lc0TE4AW5dxB0p4a?dl=1
|
|
|
|
|
|
|
|
sudo -s
|
|
curl -L "https://gitlab.com/robocopAlpha/pihole_lists/-/raw/master/update.pi.sh" >| /usr/local/bin/updatepi
|
|
chmod +x /usr/local/bin/updatepi
|
|
echo '5 3 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" updatepi' >| /etc/cron.d/updatepi
|
|
exit |