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
Looking at the docs for https://pkg.go.dev/net#Dial, it looks like the addresses for IPv6 just need to be wrapped with []. I'm happy to make a pull request for this if you think it's a good solution!
Hi! I am using kubedock in an IPv6 EKS cluster and running into the following:
W0710 14:15:07.637120 1 tcpproxy.go:99] error dialing 2600:1f18:22b:ed1f:ede::10:3306: dial tcp: address 2600:1f18:22b:ed1f:ede::10:3306: too many colons in address (attempt: 76)
when I try to use
--reverse-proxy
argument. Happy to provide more details or close this if it's a known issue, thanks!The text was updated successfully, but these errors were encountered: