How to block ads from specific site?

I apologize if this has been asked before, I didn't see it it when I searched.

I just set up Pi-hole on my 4th-gen Raspberry Pi, and added some lists.

They're working well, but not on a specific site that hosts its own ads.

The site's ads all start with rv.sitename.net, the rest of the site seems to be on www.sitename.net.

Is there a way to block the "rv" parts from loading in that domain while allowing the rest of the site through?

I have read the Regular Expressions Tutorial, and either I'm not getting something or it's not working for me.

just blacklist this domain, what will happen ?

I have the following three blacklists, and none of them are blocking the ads:

rv.sitename
rv.sitename
rv.sitename.net


click 'blacklist', add the domain you wat to blacklist, click on the blue button

I now have (\.|^)rv\.sitename\.net$ added to the list, but the ads are still coming through.

Than the ads are likely not coming from this domain, but maybe from www.sitename.net/ads?

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