Open GalaxyGorilla opened 8 years ago
and this here is the place where it should happen: https://github.com/travelping/hello/blob/master/src/transports/hello_zmq_client.erl#L98-L99
and ... this here looks usable http://erlang.org/doc/man/inet.html#getaddr-2
This is fixed in #96
Currently hostnames are not mapped to IPs using e.g.
/etc/hosts
. This would be an easy change in the client transport protocol modules.Just from a quick look I would say that inet offers the functionality which is needed here.