I'm looking into creating multiple dnsmasq instances on my XR500 running OpenWRT 24.10.0 (soon to be running 24.12.0). I'd like to be able to use either adblock or adblock-fast on this second dnsmasq instance to then block ads on only my guest wifi SSID/interface, which I have currently created through the OpenWRT guest wifi luci docs. I may try to shift this to a VLAN configuation instead, but that would be in the future.
Would this still be current information? Is there a way to do this with luci instead?
I'm also wondering if there'd be any other steps I'd have to take after this if I wanted to secure the machine.
I have a similar need and like the simplicity of this solution. Based on the guide I’m thinking this could be configured in Luci by entering something like '6,1.1.1.1,8.8.8.8'in the DHCP-Options box on the Advanced Settings tab in the DHCP Server section of the primary LAN interface.
The only downside I can think of for this approach is that it bypasses local DNS caching (and its performance improvements) for devices on the primary LAN. Does that sound right?
If one wanted DNS caching on both LAN interfaces, would multiple dnsmasq instances be needed?