When I ping a specific URL from the command prompt I get the following information:
As you can see when I ping the URL "khodlik.xyz" the first line in the reply is "Pinging 77980.bodis.com". It is returning a different URL than what I specified originally. Can anyone tell me what this other URL is?Code:U:\>ping khodlik.xyz Pinging 77980.bodis.com [199.59.243.227] with 32 bytes of data: Reply from 199.59.243.227: bytes=32 time=11ms TTL=240 Reply from 199.59.243.227: bytes=32 time=11ms TTL=240 Reply from 199.59.243.227: bytes=32 time=11ms TTL=240 Reply from 199.59.243.227: bytes=32 time=11ms TTL=240 Ping statistics for 199.59.243.227: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 11ms, Maximum = 11ms, Average = 11ms
And when I ping the same original URL using the .Net Ping() class it doesn't return that other URL. Is there any way I can get it? Thanks for any help.


Reply With Quote
