Replace Sprintf with JoinHostPort to support colons in IPv6 addresses.
Closes #192.
I've only just had a chance to make the changes and haven't got infrastructure in place to build and push an image outside of the main distribution channel. It compiles and runs locally.
Replace
Sprintf
withJoinHostPort
to support colons in IPv6 addresses.Closes #192.
I've only just had a chance to make the changes and haven't got infrastructure in place to build and push an image outside of the main distribution channel. It compiles and runs locally.