Hi
I'm trying to configure OpenWrt to forward all traffic from certain IPs to a wireguard interface I have set up, and all other traffic routed through WAN, using PBR.
I'm testing it using this machine currently and so far everything is working except DNS requests appear to be leaking.
Is dnsmasq getting the dns queries, then forwarding them, and since the source ip of the forwarded request is not in the PBR policy, it isn't being tunneled?
What's the best way to achieve this?