Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Cannot use IPV6 in CONSUL_HTTP_ADDR override #108

Open
digidenz opened this issue Jan 15, 2018 · 2 comments
Open

Cannot use IPV6 in CONSUL_HTTP_ADDR override #108

digidenz opened this issue Jan 15, 2018 · 2 comments

Comments

@digidenz
Copy link

This is due to the way it splits the value using ":" as the delimiter to extra the IP address and port number for IPV4 in Client.cs. This however doesn't work for IPV6.

@alexbfreeman
Copy link

Also doesn't work if you use an uri, like http://...

@thiagoloureiro
Copy link

@Trillian42
#130 to fix this

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

No branches or pull requests

3 participants