How to use wildcard properly?

I am trying to block

league.footballguys.com###ext-fbgmy-paywall-paywall-1
league.footballguys.com###ext-fbgmy-paywall-paywall-2
league.footballguys.com###ext-fbgmy-paywall-paywall-3

etc.

The rules I've tried are:

league.footballguys.com###ext-fbgmy-paywall-paywall-*
league.footballguys.com###/ext\-fbgmy\-paywall\-paywall\-d+/

Not sure what I'm missing....

This appears to be a URL, not a domain. Pi-hole acts at the domain level only, not at the URL level.

The domain in this URL is league.footballguys.com. To wildcard this, add the domain to your black list as a wildcard.

Note that this will block that domain and all subdomains, which means that no content from these domains will be loaded.

1 Like

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