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

IPv6 support #164

Closed
nitzmahone opened this issue Apr 4, 2017 · 2 comments
Closed

IPv6 support #164

nitzmahone opened this issue Apr 4, 2017 · 2 comments
Assignees
Labels

Comments

@nitzmahone
Copy link
Collaborator

Looks like we don't properly parse IPv6 addresses or do the right thing in URLs. We're getting Failed to parse: fe80::578:efef:2ad5:aac3%vboxnet0:5985 when attempting to connect to a local address with a zone ID. Will probably need to get a little more clever to tease apart the host and port.

Also an open PR to fix one IPv6 issue: #92.

@knowledgewarrior
Copy link

@nitzmahone Was this issue fixed?

@jborean93
Copy link
Collaborator

IPv6 support is already in place, you just need to ensure the hostname is wrapped in [], e.g. [fe80::578:efef:2ad5:aac3%vboxnet0]:5985.

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

No branches or pull requests

3 participants