Hi,
I have a external lancache server, and on the main instance of dnsmasq inside OpenWrt I point lancache.steamcontent.com to 10.244.244.5 this is for local use all fine, but not over wgserver, but I still want access to my local domain names and use nextdns.
I took note that luci got new options to create seperate dnsmasq instances which I made with success by making sure under excluded interfaces loopback is defined and on listening interface wgserver is defined, this way dnsmasq will not crash because it detected a double listening port on loopback.
So I did some testing and I'm kind of confused here, when I look to my.nextdns.com I can confirm to see a dns resolver from Odido this confirms to me this work, otherwise I would see nextdns.
But when I check the a record again to lancache.steamcontent.com I see the same A record as the default dnsmasq instance... when I type radarr.lan, or sonarr.lan I can connect to them which are both domains from the default dnsmasq instance... And I tested this on a mobile network over my wgserver instance.
So somehow I confirmed that wgserver interface is still not listening to my newly created dnsmasq instance.
My main question is: what is the proper way to make wgserver follow the second dnsmasq instance and follow its own dns records?
And my second question is: could it be that the added A records on the default dnsmasq instance overtake with the second dnsmasq instance?, hence the local service only being checked?
Thank you very much ![]()
Edit:
I also tried turning off masquarading if that somehow magically clashed but no avail.