listenAddress: too many colons in address

Hi @calmh,

I was working in the config file.

You are right. Adding two listenAddresses in the GUI, seperated by a comma, leads to the same config that would manually be achieved by this in config.xml:

<listenAddress>tcp4://0.0.0.0:22000</listenAddress>
<listenAddress>relay://my.relay.server:22067/?id=MY-RELAY-HASH</listenAddress>

Would you care for a pull request for the documentation pages to clarify this? :slight_smile:

Cheers Thomas