Your debug log shows that Pi-hole is working. It does not appear to be receiving any queries from the network.
One thing I note is that your only adlist is not in the correct format for Pi-hole, and should not be used. This is what happens when you try to import this list into Pi-hole (output from pihole -g):
Get rid of this list and use either one or both of the defaults, or any of the lists at firebog.net
As to why your Pi-hole isn't receiving DNS queries, let's take a look at what DNS a client is using:
From a client that you believe should be connected to the Pi-Hole for DNS, from the command prompt or terminal on that client (and not via ssh or Putty to the Pi), what is the output of
Did you find out where that 1.1.1.1 DNS server came from? How did you get rid of it?
Your clients (at least your Windows one) are still not using Pi-hole as DNS. Judging by its IPv6 prefix, that's rather another device from your local network most likely your router.
Your router may offer itself or your ISP's servers via IPv6, and also some router models (like ASUS RT-AC68) are known to distribute themselves in addition to any custom DNS servers, no matter what you configure.
I tired to assign manual IPs and force them to choose a certrain DNS, but no luck so far.
For my windows i needed to enter the DNS in the windows setting. Never had to do that before. I don't get why it changed.. Was working well for month..
All my devices take the router IP and 1.1.1.1 als DNS, even i entered pihole as DNS in the router settings...
I am totally confused.. factory resett my router, didn't change anything...
If you didn't change anything DNS related yourself, a recent firmware update for your router may have introduced those changes.
Also, some routers do offer features dubbed parental control, intelligent protection, OpenNAT or similar that may interfere with DNS.
Those screenshots are from an Asus router. Bucking_Horn is correct:
Most likely the router is also pushing its own IP address for DNS to the clients alongside the DHCP-->DNS setting from the screenshot.
If want to know for sure, install nmap on the Pi-hole host:
sudo apt install nmap
And do a DHCP discovery with below replacing <ROUTER_IP_ADDRESS> with the actual IP:
If output for above one shows multiple DNS servers on the "Domain Name Server" line and one of them isnt Pi-hole, you cant use the Asus router with stock firmware to hand out IP details via DHCP.
I know of below two alternatives options:
How about Windows Update? They know what is good for you and sometimes install updates automatically, when they say the update is important. Something changing the networking behavior could very well be such a thing.