A tool that customizes DNS endpoints for better quick access to pihole functionality straight from a URL.
- Must have a Rasberry Pi running Pihole connected to the local network on a dedicated IP
- Assumes DNS is configured through the Pihole
- Tested on Rasberry Pi OS, should be compatible with other distros
-
Log in to the Rasberry Pi running Pihole via SSH e.g.,
ssh [email protected]
(you may need to runsudo raspi-config
to enable SSH) -
On the Pi, download the
stuff.sh
script from this repo
curl -o stuff.sh https://raw.githubusercontent.com/orvn/pihole-stuffing/refs/heads/main/stuff.sh && chmod +x stuff.sh
- Run the script (as sudo), and ensure it detects the correct IP for the Rasberry Pi
sudo ./stuff.sh
All set! 🎉
Try by going to unblock.ads
from any device on your local network.