Installation piHole
Basisinstallation OS: -Download Raspian stretch Lite Image -Flashen des IUmages mit Etcher -Standard-Anmeldung: user: pi, PW: raspberry (Tastaturlayout...raspberrz...) -Konfiguration: raspi-config (Passwort, Sprache, Tastatur-Layout, SSH,...) Installation Pi-Hole: curl -sSL https://install.pi-hole.net | bash Anpassungen: DNS: Custom: 46.182.19.48, 80.241.218.68 IPv6: deaktivieren Rest übernehmen Zugriff auf Weboberfläche: https://IP/admin Commands: pihole-up (Update System) pihole -r (nachträgliche Konfiguration) pihole -g (Update Blocklisten pihole -a -p (Kennwortänderung Adminuser Weboberfläche) Aktivierung automatischer Updates: sudo nano /etc/cron.d/pihole Einfügen: # Pi-hole: Auto-Update Pi-hole! 30 2 * * 7 root pihole updatePihole Neustart cron: sudo service cron restart