Expected Behaviour:
Scenario:
My Playstation 5 is part of the groups "Playstation" and the default group.
- I have a regex blacklist of
.
for Playstation. This means no domains are allowed by default. This is because I want to use the Playstation purely as a video game console and don't want video thumbnails, streaming apps etc. being pushed down my throat. - I have a regex whitelist of
playstation.com
andplaystation.net
for the group Playstation - Some subdomains (like
telemetry-console.api.playstation.com
andsmetrics.aem.playstation.com
) are ad domains which are present in adlists that are assigned to the default group. They have also been added as exact blacklisted domains to the Playstation group.
I would like the ad/tracking domains to be blocked.
Actual Behaviour:
This is not the case. From looking around the forum, I found that Pi-Hole prioritizes whitelisting, which makes sense for most scenarios:
Exact Whitelist Regex Whitelist Exact Blacklist Blocklist domains (AKA gravity) Regex Blacklist
Therefore, I assume I need to take a look at rewriting the whitelist regex so it excludes the two bad domains. I looked at the regex tutorial but still can't figure it out. Would be grateful if someone could ELI5 this to me