Skip to content

nuoxoxo/pihole-on-ink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%