Display the number of blocked requests, and filtered traffic, from Pi-Hole, on PaPiRus.
- Setup Pi-Hole, follow the installation instructions.
- Setup PaPiRus, follow the installation instructions.
- Clone this repo on your Raspberry Pi Zero W.
Edit crontab
.
crontab -e
Add the following line:
*/30 * * * * python /home/PaPiRus-PiHole/main.py
Enjoy!