You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use case would be resolving hostnames to IP addresses. In the case of multiple addresses, we could just return the first one. One open question would be what to do with IPv4 vs IPv6 - maybe we make this a v4-only function, but have a v6 variant?
Alternatively, maybe go-sockaddr has something to offer for this? (see #145)
The text was updated successfully, but these errors were encountered:
Just a wrapper for
LookupIP
would probably do...The use case would be resolving hostnames to IP addresses. In the case of multiple addresses, we could just return the first one. One open question would be what to do with IPv4 vs IPv6 - maybe we make this a v4-only function, but have a v6 variant?
Alternatively, maybe
go-sockaddr
has something to offer for this? (see #145)The text was updated successfully, but these errors were encountered: