mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
d2f7d59fce
it seems linux machines with systemd-resolved don't always set up /etc/resolv.conf correctly. there may be no "nameserver" entry, causing Go's net resolver to fallback to 127.0.0.1 and ::1. Systemd-resolved is listening on 127.0.0.53, so users will likely get a "connection refused". So point users to the systemd-resolved manual page. for issue #38 by ArnoSen |
||
---|---|---|
.. | ||
dns.go | ||
dns_test.go | ||
ipdomain.go | ||
mock.go | ||
resolver.go |