Closed adamroyjones closed 2 years ago
On my machine, dhcpcd had taken control of /etc/resolv.conf and populated it with nothing but comments. This led to a runtime panic as conf.Servers was well-defined, but empty. This branch adds handling for this case.
dhcpcd
conf.Servers
...I just love this program, by the way.
Thanks!
On my machine,
dhcpcd
had taken control of /etc/resolv.conf and populated it with nothing but comments. This led to a runtime panic asconf.Servers
was well-defined, but empty. This branch adds handling for this case....I just love this program, by the way.