RegEx filter doesn't block *.doubleclick.net

Expected Behaviour:

Adding (.|^)doubleclick.net$ as a wildcard domain should afaik also block domains like securepubads.g.doubleclick.net

-Latest DietPi
-Raspberry Pi Zero 1.3

Actual Behaviour:

Pi-Hole forwards securepubads.g.doubleclick.net and doesn't block it.

Debug Token:

nkyyzu5jc7

EDIT

I just noticed that securepubads.g.doubleclick.net is present in some of my adlists too.

(I can't paste the query output here so you can find it here)

A few observations from your debug log:

You aren't running our distributed code - yours has been locally modified:

*** [ DIAGNOSING ]: Web version
[i] Web: v5.4 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
[i] Remotes: origin	https://github.com/pi-hole/AdminLTE.git (fetch)
             origin	https://github.com/pi-hole/AdminLTE.git (push)
[i] Branch: master
[i] Commit: v5.4-0-g989e1ba-dirty
[i] Status:  M .gitattributes
             M .github/ISSUE_TEMPLATE.md
             M .github/PULL_REQUEST_TEMPLATE.md
            .....

You have three clients assigned to a different management group than the default group. The doubleclick regex is applied to group 0 (the default group) only. If the client from which you are able to load this domain is in the other group, the regex won't be applied to that client.

1 Like

Thanks a lot. I totally missed that and I'm gonna edit my groups accordingly now. Also, I installed Pi-Hole from DietPi's dietpi-software cmd. Maybe that's why it looks like it has been modified.

I guess they think making every file executable is a good security practice.

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