I have this old code that runs tests against an SQL Server with a specific hardcoded IP on my network 192.168.X.Y, however I want to run such tests against my local server at 127.0.0.1.
How can I tell windows that whenever he receives a request for 192.168.X.Y it should be forwarded to my localhost?
I only have windows 10 installed, so its not technically a DNS server, so I cannot forward it. But I assume there should be like a list of hostnames as in Linux