Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

A pihole5 compatible cronjob to fetch Adlist(s) from URL and import them to the new gravity.db

License

Notifications You must be signed in to change notification settings

dMopp/pihole5-adlist-update-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

pihole5-adlist-update-cron

A pihole5 compatible cronjob to fetch Adlist(s) from URL and import them to the new gravity.db

usage

  • Place the file into /etc/cron.daily/
  • chmod +x /etc/cron.daily/update-adlist-list
  • Modify the Variables for you needs
  • done

cron spam?

If you dont like to have a daily cronmail, you can place the script somewhere else and:

Errors should be send

  • Create a file like this: echo "bash /path/to/the/script > /dev/null" > /etc/cron.daily/update-adlist-list-silent
  • chmod +x /etc/cron.daily/update-adlist-list-silent

No Errors should be send

  • Create a file like this: echo "bash /path/to/the/script > /dev/null 2>&1" > /etc/cron.daily/update-adlist-list-silent
  • chmod +x /etc/cron.daily/update-adlist-list-silent

About

A pihole5 compatible cronjob to fetch Adlist(s) from URL and import them to the new gravity.db

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages