Please follow the below template, it will help us to help you!
Expected Behavior:
Pi-hole seems to be working. It is blocking ads, and I confirmed this from my phone and computer. However, when I access the pi-hole dashboard, it is not showing any queries or clients connected for a while, reducing percent blocked to %0.3 only
-Pi-hole is running on Raspberri Pi Raspbian 9
Actual Behaviour:
Dashboard is NOT showing me clients connected/queries, or percent locked.
Running dig pi-hole.net shows that queries do make it to Pi-Hole as the DNS
Running pihole tail shows queries being received by PiHole indeed, and some are being blocked too.
I did mess up my USG WAN DNS a bit yesterday, but resolved it this morning. Still after it, no updates are happening. Maybe I need to flush the queries? How do I do that please?
You have queries from this client being sent back to the same client for resolution. That's a loop. If the client knew the answer, it wouldn't be making the request to Pi-hole.
Disable conditional forwarding on your Pi-hole and see if this traffic stops.
I just flushed the logs to reset the stats.
I enabled conditional forwarding to get the clients name from my DHCP server.
I think the issue was that I mistakenly created a loop of requests in my router yesterday at night sending requests to PiHole, while PiHole with conditional forwarding kept sending them back.
When I woke up, I realized the issue with routher and fixed it. By then, it created a huge number of queries from the router overshadowing all other requests.
So the fix was to remove the loop in the router, flush the logs to get the right stats, and keep monitoring the stats to make sure it does not happen again. If it does, I will disable conditional forwarding and see.