[erlang-questions] gen_tcp:connect unable to resolve hostname if network interface goes up after being initially down
Danil Zagoskin
z@REDACTED
Thu May 11 00:05:17 CEST 2017
Hi!
On Wed, May 10, 2017 at 5:39 PM, César Varona <cesar.varona@REDACTED> wrote:
> lookup: [:native]
You are using system resolver, and problems you have are likely not related
to Erlang/OTP.
Try {lookup, [dns, file]} instead. Use inet_db:set_lookup([dns, file]) or
create an inetrc file.
--
Danil Zagoskin | z@REDACTED
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20170511/8a328e30/attachment.htm>
More information about the erlang-questions
mailing list