/etc/resolv.conf on my Beta5 system has the following entries:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 208.67.220.220
nameserver 208.67.222.222
nameserver 2620:119:35::35
search localdomain
My v4.3.2 system has these entries:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search localdomain
I never touched /etc/resolv.conf.
The beta5 system was setup on top of an (etcher) image from my v4.3.2 system, using the instructions from the original announcement. Since than, I regularly ran pihole -up
and got a few pihole-FTL updates, these updates always cause an unattended setup.
I haven't changed anything outside pihole -up
, I stayed on the beta5 branch, no tests of alternate branches have been done on this system.
Could this be a setup problem?
Do I remove these entries by simply editing the file, OR is there a specific command?