Closed Bloup1net closed 3 years ago
In OpenWrt master(https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=cd48d8d3420dd4df03daaa548227ceb487ba7104), the DNS configuration has been moved from /tmp/resolv.conf.auto to /tmp/resolv.conf.d/resolv.conf.auto. Instead of hardcoding the file name, we should read it from the configuration : option resolvfile.
/tmp/resolv.conf.auto
/tmp/resolv.conf.d/resolv.conf.auto
option resolvfile
In OpenWrt master(https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=cd48d8d3420dd4df03daaa548227ceb487ba7104), the DNS configuration has been moved from
/tmp/resolv.conf.auto
to/tmp/resolv.conf.d/resolv.conf.auto
. Instead of hardcoding the file name, we should read it from the configuration :option resolvfile
.