Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1003 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 1003 Bytes

Pi-hole on ink

Display the number of blocked requests, and filtered traffic, from Pi-Hole, on Pimoroni's Inky-Phat.

Reload automatically every n minutes

Edit crontab.

crontab -e

Add the following line:

*/n * * * * python /home/pi/inky-hole/main.py

python3 main.py > no module 'urllib2'

Use python2 or nano the main

urllib2 -> urllib

Change pi.hole/admin

pi.hole/admin -> aeo.uae.oua.eox/admin

Enjoy.