Forum Moderators: phranque
I don't have the source code for the application so am stuck with application making a call to the old IP address.
If this is the wrong forum to ask this question, please do let me know and point me in the right direction.
Kind regards,
Tony W
The hosts file should work to redirect in the way you described because Windows will check this file before it checks DNS servers. A lot of people use the Hosts file to block ads like this:
127.0.0.1 ad.example.net This would redirect redirect requests for the ad server to your localhost IP. You could just as easily substitute the new IP for your legacy application.