It has surely nothing to do with FTLDNS, but after updating the web interface shows "Domains on Blocklist: 491,698".
In contrast the output of 'pihole -g'
[✓] Consolidating blocklists
[✓] Extracting domains from blocklists
[i] Number of domains being pulled in by gravity: 318465
[✓] Removing duplicate domains
[i] Number of unique domains trapped in the Event Horizon: 245852
[i] Number of whitelisted domains: 16
[i] Number of wildcard blocked domains: 109
[✓] Parsing domains into hosts format
[✓] Cleaning up stray matter
It might actually have to do with this. The number on the dashboard is the number from the dnsmasq parser. If you have both IPv4 and IPv6 blocking enabled, then you have two times the number in th hosts lists. In this sense, the display on the dashboard (number of loaded blocking entries) is clearly different from the number gravity shows (number of unique domains).
@mibere What do you think would be a good way of handling this?
P.S.: I'll separate this discussion from the FTLDNS post.
I concur. However, I have to find out how to handle this then (because the resolver just tells me how many lines it has read and one IPv4 and one IPv6 are two lines).