I was inspired by DNS66, an app available to Android, which used a fake DNS server that dropped outgoing DNS requests to certain hosts. This way, it didn't need to modify the /etc/hosts file, thus not needing root. Is there a Windows alternative that does the same thing? I would like to redirect system-wide traffic from two hosts to two different ones. For example:
94.23.155.247 example.com
94.23.155.243 test.com
I would also like to run this behind a proxy. Is this possible?