Domoticz, Docker, PiHole, Raspberry

PiHole

To install pihole on your raspberry pi zero use the following:

curl -sSL https://install.pi-hole.net | bash

thats all to it. After this you need to follow the steps of the installer. Basic knowledge of networks would be nice. After it has been installed and is running you can change the dns servers on your devices manually or configure your router to use the new pihole installation. be aware that during the installation the password for the pihole user is generated. You need to keep that safe. Use keepass or something like it

Blocklists that i use are. names should be self explaining.

  • https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  • https://mirror1.malwaredomains.com/files/justdomains
  • https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
  • https://raw.githubusercontent.com/BartsPrivacy/PrivacyHostList/master/BlockHosts-Facebook.txt
  • https://blocklist.site/app/dl/ads
  • https://blocklist.site/app/dl/facebook
  • https://blocklist.site/app/dl/ransomware
  • https://blocklist.site/app/dl/porn
  • https://blocklist.site/app/dl/phishing
  • https://blocklist.site/app/dl/malware
  • https://blocklist.site/app/dl/gambling
  • https://blocklist.site/app/dl/fraud
  • https://blocklist.site/app/dl/drugs
  • https://blocklist.site/app/dl/crypto

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.