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
Currently, we require brackets around IPv6 addresses to distinguish them from the port. This comes from Go's net.Dial(), but external tools might not expect this, and we could be more "liberal with what we accept". If the address looks like an IPv6 address, we should surround it with brackets automatically.
The text was updated successfully, but these errors were encountered:
Currently, we require brackets around IPv6 addresses to distinguish them from the port. This comes from Go's net.Dial(), but external tools might not expect this, and we could be more "liberal with what we accept". If the address looks like an IPv6 address, we should surround it with brackets automatically.
The text was updated successfully, but these errors were encountered: