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

Add support for creating an Address from a string representation #8

Open
ProgramMax opened this issue Mar 20, 2016 · 0 comments
Open
Assignees

Comments

@ProgramMax
Copy link
Owner

Right now, the only method of creating an Address is via DNS resolution.
This is probably the correct path for 99% of client-server code.

However, there are cases like local connections, peer-to-peer, and testing where a user would want to specify an IP address without doing a DNS resolution.

A good way to add support for this would be to create an Address from a string representation.

@ProgramMax ProgramMax added this to the DNS Resolution v2 milestone Mar 20, 2016
@ProgramMax ProgramMax self-assigned this Apr 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant