A simple tool to add commonly white listed domains to your Pi-Hole setup.
Last updated 4 years ago
cd /opt git clone https://github.com/anudeepND/whitelist.git cd whitelist/scripts sudo ./whitelist.sh
Make the script to run the script at 1AM on the last day of the week
sudo nano /etc/crontab
Add this line at the end of the file:
0 1 * * */7 root /opt/whitelist/scripts/whitelist.sh