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

client/dial.go: support multiple remote ips #980

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

revintec
Copy link

tested locally on MacOSX, and fully compatible with old versions

originally kcptun only supports a single ip, now it can support multiple ips like -r ip1:port1,ip2:port2,...

tested locally
originally kcptun only supports a single ip, now it can support multiple ips like "-r ip1:port1,ip2:port2"
@revintec
Copy link
Author

may need to update documentation, will do that after this code has been merged

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug on line 45

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after splitting comma, the port range has not been splitted with std.ParseMultiPort

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

Successfully merging this pull request may close these issues.

2 participants