Currently lnp-cli connect <nodeid>@<address>[:<port>] does not resolve hostnames in the address field, and it accepts only IPv4, IPv6 or onion addresses; same applies to other subcommands such as ping and create. Hostname resolution should be useful for many applications.
For instance, it would come handy in a docker setting where nodes connect to each other referring to their respective hostnames within a docker network.
Currently
lnp-cli connect <nodeid>@<address>[:<port>]does not resolve hostnames in the address field, and it accepts only IPv4, IPv6 or onion addresses; same applies to other subcommands such aspingandcreate. Hostname resolution should be useful for many applications.For instance, it would come handy in a docker setting where nodes connect to each other referring to their respective hostnames within a docker network.