erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

otp-23 support and new env var ERL_DIST_PORT #795

Closed tsloughter closed 4 years ago

tsloughter commented 4 years ago

new parts of OTP-23 include setting remote_nodename to undefined when caling for a remote console and using -address in erl_call

To support -address and to make epmdless easier the env var ERL_DIST_PORT has been added. This port is used to set the min and max listen port to it and used in -address so that erl_call works for nodes not using epmd.