I am a dnsmasq user that had a setup working the way I want under 13.0-RELEASE. Since upgrading to 13.0-RELEASE-p11 I have noticed a problem.
I have a resolvconf.conf file with a single line: resolv.conf=/etc/resolv.conf.dhcp
I have a real static /etc/resolv.conf file that tells the box to use itself for name resolution, and I also tell dnsmasq to use the custom /etc/resolv.conf.dhcp for upstream data.
This used to work correctly, but post upgrade to p11 the resolver is writing to resolv.conf instead of the alternate location requested in the config file. This breaks a whole lot of things.
I didnt notice any changes to the resolv.conf process in the changelog, but then, I could easily have missed something.
How do I restore the desired behavior? How do I tell the resolvconf creation tool not to touch resolv.conf and instead manage the alternate file?
I have a resolvconf.conf file with a single line: resolv.conf=/etc/resolv.conf.dhcp
I have a real static /etc/resolv.conf file that tells the box to use itself for name resolution, and I also tell dnsmasq to use the custom /etc/resolv.conf.dhcp for upstream data.
This used to work correctly, but post upgrade to p11 the resolver is writing to resolv.conf instead of the alternate location requested in the config file. This breaks a whole lot of things.
I didnt notice any changes to the resolv.conf process in the changelog, but then, I could easily have missed something.
How do I restore the desired behavior? How do I tell the resolvconf creation tool not to touch resolv.conf and instead manage the alternate file?