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
When I try to use IPv6 address without square brackets, it just says Uh oh, there’s been an error: dial tcp: address 201:XXXX::XXXX:XXXX: too many colons in address
Yes, these ports are exposed:
> curl http://$CHARM_HOST:35354/; echo
{"message":"JWT is missing."}
> curl http://$CHARM_HOST:35356/; echo
We live!
> # ssh also works but when I remove brackets
The text was updated successfully, but these errors were encountered:
I want to run Charm via Yggdrasil network (which uses IPv6 addresses), but when I try to use
CHARM_HOST=[201:XXXX::XXXX:XXXX]
, it crashes:When I try to use IPv6 address without square brackets, it just says
Uh oh, there’s been an error: dial tcp: address 201:XXXX::XXXX:XXXX: too many colons in address
Yes, these ports are exposed:
The text was updated successfully, but these errors were encountered: