Hi folks,
I'm using cloudflare's DNS (1.1.1.2/1.0.0.2) and trying to block some domains in my network, but it doesn't work no matter I try:
1. Adding domains to Diversion's Blacklist location
2. Adding `iptables -I FORWARD -d foo.com -j REJECT` to `/jffs/scripts/firewall-start` as suggested...