You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
From the error it looks like it might remove the square brackets somehow before ever trying to parse it as an address, maybe something is up with the config loading?
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.
The text was updated successfully, but these errors were encountered: