Open wruoting opened 3 months ago
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!
Yes, that makes sense and would be much appreciated.
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!