DNS cache insertions: 0

Please follow the below template, it will help us to help you!

Expected Behaviour:

Pi-hole setup on debian11

Actual Behaviour:

i have setup pi-hole and itsworking well, but after 8h test i can see the dns cache insertions is 0?
i try to make pihole -r in the console but is still 0
on my testdrive i have installed alot of ad lists to pihole, so i have 1417153 adds blocked, blocking is working well. DNS cache size is 10000

Debug Token:

https://tricorder.pi-hole.net/b7Nmezlh/

According to your debug log, you have queries answered from cache:

   [2023-04-08 22:18:04.784 439M] Imported 7671 queries from the long-term database
   [2023-04-08 22:18:04.785 439M]  -> Total DNS queries: 7671
   [2023-04-08 22:18:04.785 439M]  -> Cached DNS queries: 748
   [2023-04-08 22:18:04.785 439M]  -> Forwarded DNS queries: 6675
   [2023-04-08 22:18:04.785 439M]  -> Blocked DNS queries: 204
   [2023-04-08 22:18:04.785 439M]  -> Unknown DNS queries: 3
   [2023-04-08 22:18:04.785 439M]  -> Unique domains: 562
   [2023-04-08 22:18:04.785 439M]  -> Unique clients: 13
   [2023-04-08 22:18:04.785 439M]  -> Known forward destinations: 4

Note that when you restart Pi-hole, you clear the cache, which may affect what you are seeing:

*** [ INITIALIZING ]
[i] 2023-04-08:22:27:55 debug log has been initialized.
[i] System has been running for 0 days, 0 hours, 9 minutes

What is the output of the following command from the Pi terminal:

echo ">cacheinfo >quit" | nc localhost 4711

here is the outpu:

echo ">cacheinfo >quit" | nc localhost 4711
cache-size: 10000
cache-live-freed: 0
cache-inserted: 0
ipv4: 3
ipv6: 5
srv: 0
cname: 0
ds: 1
dnskey: 0
other: 8
expired: 0
immortal: 17

after i have reinstalled pi-hole its working, also with dns over ssl.
the config is here > Privat dns with nginx

the issue was after i have changed the port af the lighttpd from 80 to 85

the issue was after i have changed the port af the lighttpd from 80 to 85

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.