resolvedIP does not return ip address when hostname is used #131
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
tlsx version:
main | dev
Current Behaviour:
when using
ConnectWithOptions
with hostnamehackerone.com
,resolvedIP
does not returnip
instead returns hostname itself .Expected Behaviour:
Whatever the input type is hostname or ip
resolvedIP
should always return IP address of connectionRemediation
Ip address of hostname can be obtained using
rawConn.RemoteAddr().String()
The text was updated successfully, but these errors were encountered: