pi-hole installieren

als root:

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

falls apache2 schon installiert ist, natürlich lighttpd NICHT installieren

Anschließend:

apache-user muss Angehöriger der pihole Gruppe sein:

usermod -a -G pihole www-data

und dann noch php-sqlite3 installieren

apt-get install php-sqlite3

Blocklisten gibt es z.B. hier: https://blocklistproject.github.io/Lists/


KategorieRaspberry

pi-hole installieren (zuletzt geändert am 2021-01-16 09:19:53 durch HansStefanSuhle)