Basic Custom whitelist for pi.hole
This domine whitelist for Pi-hole collect my personal blockerd domine that I want be in whitelist
To configure the domain list, please follow these steps:
Download the script:
cd /opt
sudo wget https://raw.githubusercontent.com/paolo-hub/pi.hole_whitelist_custom/main/pihole_witelist_custom.py
Execute the script:
python3 pihole_witelist_custom.py
This will load the domains with the description "My Whitelist" and place them in the Default group.
Open crontab:
crontab -e
Add every day execution at 5:00 am
# My Witelist
0 5 * * * python3 /opt/pihole_witelist_custom.py >/dev/null 2>&1
Then Ctrl+O for save and Ctrl+X to close
Service | Link |
---|---|
pi Hole | link_for_piHole |
Ad Guard | link_for_Ad_Guard |