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 must be part in the pihole group

usermod -a -G pihole www-data

und dann noch php-sqlite3 installieren

apt-get install php-sqlite3


KategorieRaspberry

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