We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Get resolvfile from configuration
07d9f0d
Fix #12
a717723
Successfully merging a pull request may close this issue.
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
.The text was updated successfully, but these errors were encountered: