jsakamoto/ipaddressrange

not support "localhost"?

Closed this issue · 1 comments

pedoc commented

RT

What did you mean?

"localhost" is a host name, not an IP address.

This library represent range of IP address, not range of host names.

If you want to resolve IP address from host name, you can do it with Dns.GetHostAddresses(String).

image