pihole
Blocklists
https://www.technoy.de/lists/blocklists-fuer-pihole/
docker-compose (1)
version: "3" #WebUI ohne Password: in Containerconsole diesen Befehl eingeben: pihole -a -p# Mor...
enable IPv6 (Docker)
/etc/docker/daemon.json { "ipv6": true, "fixed-cidr-v6": "2001:db8:1::100/64", } Console: $ ...
port 53 is already in use
Update: What to do if port 53 is already in use When...
DNS-Wildcard
Login to your pi-hole and go to /etc/dnsmasq.d/Create a new file, lets call it 02-my-wildcard-dns...