Blocking runative doesn't work

runative-syndicate.com cannot be blocked by Pi-hole. Has anybody experience on how to block it?

Why do you think it cannot be blocked? How does the Query Log look like when you block and then visit this page?

For instance going to mangapanda.onl you will find ads that say "runative" in the corner. I have the following blacklisted:

  • cdn.runative-syndicate.com
  • (^|.)runative-syndicate.com$
    together with many other filters. Nevertheless I see this in the taillog:
Jan 18 14:20:00 dnsmasq[544]: reply scontent.xx.fbcdn.net is 185.60.216.19
Jan 18 14:20:00 dnsmasq[544]: query[A] cdn.runative-syndicate.com from 192.168.178.1
Jan 18 14:20:00 dnsmasq[544]: /etc/pihole/black.list cdn.runative-syndicate.com is 0.0.0.0
Jan 18 14:20:00 dnsmasq[544]: query[AAAA] cdn.runative-syndicate.com from 192.168.178.1
Jan 18 14:20:00 dnsmasq[544]: /etc/pihole/black.list cdn.runative-syndicate.com is 0.0.0.0

And the ads on the website.
To me it looks like the script in the body calling a runative script is called and loads the ads

Your log shows you are blocking DNS requests for cdn.runative-syndicate.com. I took a look at that page and the ad for me was actually coming from 450373683b84.com. I tried it in a different browser and the ad came from 8a1ccf65f2b1302.com. There's nothing to stop a script on a page from trying to contact some large list of domains or even IP addresses directly, trying each until it works. If the script worked this way, you couldn't use DNS to block the requests unless you added every domain in the list and they weren't using IP addresses directly.

To block the ads on that particular site I had to set up a rule in uBlock Origin to block requests to Manga Ads. That prevents the iframe from loading. Note that I was also using that with rules that were already blocking requests to runative-syndicate.com and such.

1 Like

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