PADD v3.8.0
This requires the latest FTL
version (>= v5.16), so do not upgrade PADD before you upgraded your Pi-hole installation.
New:
- add the hardware device model to
PADD
#229 - add the default network interface and the traffic (from that interface) #233
Improvements:
- if users run non-master branches of any
Pi-hole
component the script won't fail now #232 - Improve PADD version comparison #238
- get the
gateway
IP directly fromFTL
#235 - each of the five functions that collects information has now an individual polling time, e.g. information less likely to be updated every 5 sec (e.g. hostname) can be updated less frequently #245
PADD
now collects information, displays them and then sleeps for 5sec instead of collecting, sleeping, displaying #245
Bugfix:
- fix alignment of ipv6 value in padd tiny #226
- fix an issue with wrong reported kernel count and arithmetic expansion #227
- added
GetPiholeInformation
to the startup routine for${padd_size}=mini
#245 - add a few missing status updates #245
Other: