With ICS (Overbyte Internet Component Suite), I tried to do a Reverse DNS Lookup, i.e. retrieve the domain name associated with an IP address.
I loaded the sample project OverByteIcsDnsResolver.dpr in Delphi 12. However, that project does a normal DNS lookup (domain -> IP address).
But I need the opposite: IP address -> domain name.
Can anyone show me how to do that in Delphi 12?
Example: When I do a normal DNS lookup for overbyte.eu, I get 91.183.89.111.
How to get overbyte.eu from 91.183.89.111?