I started my pihole's DHCP server, disabled router's one. Added a lot of new blacklists, the dashboard shows an enormous quantity of sites blocked but wherever I go - each website has so many ads like there is no tomorrow.
I was so excited about this little thing...
Your debug log shows that your Pi-hole is working correctly and in the past 24 hours has received and processed DNS queries from 11 clients:
[2020-05-05 14:59:47.185 16435] Imported 5517 queries from the long-term database
[2020-05-05 14:59:47.186 16435] -> Total DNS queries: 5517
[2020-05-05 14:59:47.186 16435] -> Cached DNS queries: 737
[2020-05-05 14:59:47.186 16435] -> Forwarded DNS queries: 2612
[2020-05-05 14:59:47.186 16435] -> Exactly blocked DNS queries: 2168
[2020-05-05 14:59:47.187 16435] -> Unknown DNS queries: 0
[2020-05-05 14:59:47.187 16435] -> Unique domains: 998
[2020-05-05 14:59:47.187 16435] -> Unique clients: 11
[2020-05-05 14:59:47.188 16435] -> Known forward destinations: 6
From a client that you believe should be connected to the Pi-Hole for DNS (and where you are seeing ads), from the command prompt or terminal on that client (and not via ssh or Putty to the Pi), what is the output of
These entries in your gravity log are malformed. I don't think they were imported from any of your blocklists, so it appears they may have been entered manually:
-rw-r--r-- 1 root root 5989384 May 5 15:01 /etc/pihole/gravity.list
-----head of gravity.list------
(^|\.)adform\.net$
(^|\.)adocean\.(pl)$
(^|\.)adsbtrack\.com$
(^|\.)adserver\.snapads\.com$
You still have the malformed entries. I'm looking to see where they are coming from:
*** [ DIAGNOSING ]: Gravity list
-rw-r--r-- 1 root root 5989402 May 5 16:25 /etc/pihole/gravity.list
-----head of gravity.list------
(^|\.)adform\.net$
(^|\.)adocean\.(pl)$
(^|\.)adsbtrack\.com$
(^|\.)adserver\.snapads\.com$
Let's eliminate some potential problems for now. Revert back to the stock blocklists, and then rebuild gravity and generate a new debug token. This is a known good configuration of the gravity list.