Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle /etc/resolv.conf more cautiously
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 commit adds handling for this case.
- Loading branch information