Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for IPv6 #93

Open
wruoting opened this issue Jul 10, 2024 · 2 comments
Open

Support for IPv6 #93

wruoting opened this issue Jul 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@wruoting
Copy link

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!

@joyrex2001 joyrex2001 added the enhancement New feature or request label Jul 15, 2024
@wruoting
Copy link
Author

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!

@joyrex2001
Copy link
Owner

Yes, that makes sense and would be much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants