-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 addresses #124
Comments
Sadly this script is outdated. I'm looking into updating it for IPv6 using RFCs. No guarantees tho, as I have limited mental capacity ATM. |
A very easy fix idea: splitting by the last colon matched, not the first. That should do the trick. |
wait-for-it
mangles IPv6 address literals by considering the first:
as the end of the host field.The text was updated successfully, but these errors were encountered: