!!! Pihole
!! Resources
* [admin page|http://pi.hole:2080/admin/] or [http://192.168.2.3:2080/admin/]
* [docs|https://docs.pi-hole.net]
!! How to start
* docker pull pihole/pihole
*
{{{
docker run -d --name pihole -p 53:53/tcp -p 53:53/udp -p 2080:80 -p 2443:443 -e "IPv6=False" -e "TZ=Europe/Amsterdam" -e "ServerIP=192.168.2.3" -e "VIRTUAL_HOST=apollo.computerhok.nl:2080" -e "WEBPASSWORD=Svcdump" -v "$(pwd)/etc-pihole/:/etc/pihole/" -v "$(pwd)/etc-dnsmasq.d/:/etc/dnsmasq.d/" --restart=unless-stopped --cap-add=NET_ADMIN pihole/pihole:latest
}}}
Change your router's settings, configure DNS to be the IP of the server where pihole is running (192.168.2.3).