Pihole not blocking any ads

Expected Behaviour:

Pihole intercepts ads and prevents them from being displayed

Server
-Ubuntu
-i5-8400
-2x 1tb Seagate NAS
-Adata SU635 240gb
-Asrock b365 phantom gaming 4

Actual Behaviour

I have a lot of domains blocked and numerous adlists but after running a few whitelist scripts my pihole no longer blocks any ads. Does not block ads on any device.

Debug Token:

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

Imgur

What whitelist scripts are you running (and why)?

Of note, your domain blocks and adlists have some significant problems.

You have over 6,500 domain entries.

You aren't going to block YouTube with this regex, or any of the others (regex or exact blacklist):

(\.|^)r4\.sn-h0jeln7l\.googlevideo\.com$

1300 blacklist entries similar to this one - what are you trying to block here?

sn-9e

Many of your adlists are in formats that Pi-hole cannot work with. When you use these you make many false positives. Run pihole -g and take a close look at the output. Many of your lists will throw errors. If they do, get rid of those lists.

None of these easylist or adblock lists will work, and will cause you problems. Just a few examples from your adlists

https://easylist-downloads.adblockplus.org/easylistitaly.txt

https://abp.oisd.nl/

Some of your adlist URLs are not only for lists that are not suitable for Pi-hole, they don't lead to a raw text file. They lead to an html page, which Pi-hole cannot work with.

https://github.com/easylist/easylist/blob/3f8a237a1fc4968567aebf13ad76988231534cfc/easylist/easylist_adservers_popup.txt

Also, you will likely find that all the adlists you have added to block YouTube ads won't do this, but will break YouTube functionality.

Clean all this up, see if your Pi-hole works properly. If not, then come back to this thread with a fresh debug log.

1 Like

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