Open
Description
Describe the bug
When trying to set an IPv6 address in the standard format of e.g. [fe80::a6bf:1ff:fe47:4e8e]:25565
the following warning will show:
WARN unable to bind listener {"address": "[fe80::a6bf:1ff:fe47:4e8e]:25565", "error": "listen tcp: address fe80::a6bf:1ff:fe47:4e8e:25565: too many colons in address"
To Reproduce
Specify any IPv6 address in the bind
option of a gateway.
Using infrared v2.0.0-alpha.13, Debian 11.7.
Expected behavior
Infrared to bind tot hat IPv6 address and port.