Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
proton-dotnet-1.0.0-M6
-
None
Description
When resolving an IP Address from the string form the client uses a DNS entry lookup but for some addresses like local host (127.0.0.1) the DNS entry returned can contain the machine address first which matches the basic criteria and is hard to validate isn't what was intended based on the limited API. We can first attempt a straight parse for raw IP Address vs a host name value and use the raw parsed value as truth instead of going to the DNS lookup API.