Example screenshot web interface below.
pihole version (tweak/gravity_performance branch) on which I tested performance isseus)
Pi-hole version is v4.3.2-398-gdc0a9c9 (Latest: v4.3.2)
AdminLTE version is v4.3.2-357-g3cac308 (Latest: v4.3.2)
FTL version is vDev-9889501 (Latest: v4.3.1)
Due to the new CNAME blocking, a lot more queries are blocked. This is good, the community requested this and got what they wanted, no problem here.
However, when looking at the query log, allowed queries almost always have CNAME in the reply column of the query log, some entries (very very few) have IP, N/A or NO DATA.
Users will probably have to whitelist some things, after migrating from v4.3.2 to v5, due to the new CNAME function, unfortunately, when an item is blocked, the reply column does NOT indicate anything else but a time reference. so the user cannot see the if the blocking is the result of the new CNAME function.
In short, two problems, query log
, column reply
:
- almost all allowed queries list CNAME
- blocked queries list only a time reference
I than switched my SD card, I use different SD cards for the different branches,
BETA5
ran sudo apt-get update && sudo apt-get -y upgrade
ran pihole -up
the group management page in the web interface is missing.
ran (see here) pihole checkout web release/v5.0
the group management page appeared
pihole version
Pi-hole version is v4.3.2-389-g10c2dad (Latest: v4.3.2)
AdminLTE version is v4.3.2-357-g3cac308 (Latest: v4.3.2)
FTL version is vDev-9889501 (Latest: v4.3.1)
In this branch, there are still a lot of CNAME queries (more than I would expect) but the number of IP an N/A has increased, the number of NODATA remains approximately the same. This may of course be the result of the queries, submitted by the clients, I'm running these tests on my production pi. The blocked queries still only mention a time reference, no other indication.
off topic...
PR 3089 has not yet been approved for merging, thus not part of the latest beta5. This can be confusing for beta testers, see here.