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
IPv6 addresses for ssh passed as SSH_DOMAIN gets cut (on the UI side at least) to the first : presumably because the algorithm used to split the port number and address splits from left to right with no limit as to how many times it should do it.
I'm not familiar with golang or the framework used in this case, but I think the error has something to do with this
Screenshots
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
[x]
):Description
IPv6 addresses for ssh passed as
SSH_DOMAIN
gets cut (on the UI side at least) to the first:
presumably because the algorithm used to split the port number and address splits from left to right with no limit as to how many times it should do it.I'm not familiar with golang or the framework used in this case, but I think the error has something to do with this

Screenshots
The text was updated successfully, but these errors were encountered: