travelping / hello

Erlang RPC server framework
MIT License
31 stars 20 forks source link

WIP: Fix: Resolve hostnames #96

Closed 00dingens closed 8 years ago

00dingens commented 8 years ago

In a setup (like with docker) where hostnames stay the same but IPs may change it is necessary to use hostnames in the config. This fix resolves hostnames.

I deployed the change in a docker setup with IPv4 addresses and it worked.