Hi,
I have dnsmasq on local openwrt router. After all reboot, I have only 127.0.0.1 nameserver in /etc/resolv.conf and /tmp/resolv.conf.auto, that used by dnsmasq.
Local router don't  resolve my DNS query. If I write nameserver 192.168.10.1 to /tmp/resolv.conf.auto, dnsmqsq works fine. 192.168.10.1 is IP of upstrem router
and on this is working bind recursively. How I add this upstream DNS do my dnsmasq permanently?
Option  list 'dhcp_option' '6,192.168.10.1' in /etc/config/dhcp use needed DNS  only for dhcp clients, not for this local router.
How I set multiple DNS to /tmp/resolv.conf.auto and /etc/resolv.conf and /tmp/resolv.conf ?
THX.