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 pi@192.168.x.x(you may need to runsudo raspi-configto enable SSH) -
On the Pi, download the
stuff.shscript 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.shAll set! 🎉
Try by going to unblock.ads from any device on your local network.
