PADD as pihole -c in v6

would it be possible to include PADD in v6 as pihole -c (where Chronometer used to live)?

current output from pihole -c on v6-beta

Chronometer is gone, use PADD (https://github.com/pi-hole/PADD)

edit:
just noticed this as well

If you're running Pi-hole in the official Docker Container, padd.sh is pre-installed and named padd. It can be used with the following command:

docker exec -it <container_name> padd [padd_options]

why not include with bare metal install too?

Mhh... it's a bit tricky as it lives in an other repo on Github. We would need to download it separately during the installation. I think it's fine to leave it in its own repo as not everybody needs it and it makes development of PADD independent of Pi-hole.

1 Like

i made an attempt at this