Windows redirect traffic to different DNS name not fixed IP address (hosts file equivalent)
- by Arik Raffael Funke
Using the Windows hosts file, one can redirect traffic for a domain to a specific IP address, e.g.
domainA.com -- 127.0.0.1
I am looking for a SIMPLE way to do the same, but for a target domain name not for a target IP address (as this is dynamic), I.e.
domainA.com -- domainB.com
Addition:
After the getting some initial answers I…