Pihole aufsetzen - How To
Aus Wiki_2020
- raspianimage [1] download
- mit [2] etcher flashen
- in boot partition leere ssh Datei erstellen (bewirkt erreichbarkeit über ssh)
- booten
- user: pi pwd: raspberry
- pword ändern : passwd
- sudo raspi-config Hostname,Locale , Keyboard,Timezone expand Filesystem ,etc. de_DE.UTF-8 UTF8 ] auswählen mit Leertaste bestätigen
- df -h
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get dist-upgrade
- install git:
sudo apt-get install git
- install Pihole :
git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole cd "Pi-hole/automated install/" sudo bash basic-install.sh
- set password:
pihole -a -p
- change existing Pihole
pihole -r
- eigene Blockpage
https://www.reddit.com/r/pihole/comments/a9v7jj/how_to_install_a_custom_block_page_for_websites/ https://github.com/roenw/pipass