HI
EVERYONE
Unable to start dns problem:
OpenWrt 23.05.2 / dnsmasq-full
Try adding the following row in dnsmasq.conf conf-dir=/etc/dnsmasq.d/,*.conf
or conf-file=/etc/test.conf Log display
cannot read /etc/test.conf: No such file or directory
cannot access directory /etc/dnsmasq.d/: No such file or directory
FAILED to start up
Permissions
drwxr-xr-x 2 root root 4096 Dec 26 05:09 /etc/dnsmasq.d/
-rw-r--r-- 1 root root 38 Dec 26 05:18 /etc/test.conf
Have you added that file to dnsmasq's jail? The main dnsmasq process is run inside a "container" that disallows access to any files or directories not explicitly exposed to the process, so you can't just arbitrarily say "read this file". See addnmount in the configuration options here: https://openwrt.org/docs/guide-user/base-system/dhcp#all_options