Hello. I'm running OpenWrt version 22.03.5. I installed NextDNS and I want Dnsmasq to forward to NextDNS. I can configure and everything works fine, however when I restart the router settings do not activate by default. To do this I am using the DHCP file and /etc/dnsmasq.conf
Do you have any duplicate settings between the config files?
cat /etc/config/dhcp
cat /var/etc/dnsmasq.conf.*
cat /etc/dnsmasq.conf
cat /tmp/dnsmasq.d/nextdns.conf
logread -e "dnsmasq\["
1 Like
I just added these two options to Dnsmasq
add-mac
add-subnet=32,128
I don't have this file
/tmp/dnsmasq.d/nextdns.conf
When the router starts completely and I restarted the DNSMASQ works. What is wrong?
I don’t know unless you can provide the logread output.
1 Like
The log output shows nothing. I gave up and went back to default setting. Ty