* Tool
Pi-hole®

* Link
https://pi-hole.net/

* Description
The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content, without installing any client-side software.
Within the VARIoT project, Pi-hole acts as a DNS proxy.

* Usage
Command line options:

user@host:~$ docker run -d --rm--name pihole --dns 127.0.0.1 --ip 172.18.2.2 -p 53:53/tcp -p 53:53/udp --hostname variot1 -v /etc/localtime:/etc/localtime:ro -e TZ=Europe/Madrid -e DNS1=172.18.2.3#53 -e DNS2=172.18.2.3#53 pihole/pihole

* Output
gravity.db as the domain database
pihole-FTL.db as the query database
