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 in https://www.snbforums.com/threads/block-domains-whats-the-best-way-to-do-this.65528/
3. Adding `address=/foo.com/bar.com/127.0.0.1` to `/jffs/configs/dnsmasq.conf.add` as suggested in https://github.com/RMerl/asuswrt-merlin.ng/wiki/Custom-domains-with-dnsmasq
Is there a way to block these domains while using a DNS server?
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 in https://www.snbforums.com/threads/block-domains-whats-the-best-way-to-do-this.65528/
3. Adding `address=/foo.com/bar.com/127.0.0.1` to `/jffs/configs/dnsmasq.conf.add` as suggested in https://github.com/RMerl/asuswrt-merlin.ng/wiki/Custom-domains-with-dnsmasq
Is there a way to block these domains while using a DNS server?