Pi it's connected with ethernet cable, it's also connected through wifi but IDK, I've never had any problem with this. I have 4 telegram bots online 24/7 and they have no connection issues
I configured the ethernet interface with a static IP addres from the router so it's fixed 192.168.1.5
On the admin console of pi-hole I have "listen only on eth0"
If there are devices in the list that show zero requests, then on one of those devices (from either the terminal or command prompt on that device), run and post the output of the following commands:
There are other devices on your network, but due to the way the FritzBox is serving DNS, all the queries from those clients appear to originate at the Fritzbox.
The other clients on your network are showing in the network table, but don't show as using Pi-hole because their DNS traffic is routed through the Fritzbox.
Just as a check, on a client on the network which is shown in the network table as not using Pi-hole, run the two nslookup commands to determine whether Pi-hole is answering the DNS queries.
well, this is the result of the two commands from my pc
C:\Users\erics>nslookup pi.hole
Server: fritz.box
Address: 192.168.1.1
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
*** Tempo scaduto per la richiesta a fritz.box
C:\Users\erics>nslookup pi.hole 192.168.1.5
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: 192.168.1.5
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
*** Tempo scaduto per la richiesta a UnKnown
C:\Users\erics>
I also have enabled conditional forwarding with domain name fritz.box and IP 192.168.1.1
C:\Users\erics>nslookup pi.hole
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: 192.168.1.5
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
*** Tempo scaduto per la richiesta a UnKnown
*** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
/etc/dnsmasq.d/01-pihole.conf
server=1.1.1.1
server=1.0.0.1
*** [ DIAGNOSING ]: contents of /var/log
-----tail of pihole-FTL.log------
New forward server: 1.0.0.1 (0/512)
New forward server: 1.1.1.1 (1/512)
New forward server: 192.168.1.1 (2/512)
New forward server: 8.8.4.4 (3/512)
New forward server: 8.8.8.8 (4/512)
Let's take a closer look at your configuration.
What's the output of