Anubis is the god of death in ancient egpypt
Seçkin Üye
host routing question :
i need to redirect/reverse domain.com to my localhost
to control the api of special program.exe for testing bug on it
with an easy way
Just only 127.0.0.1 domain.com
inside hosts file
the issue is the program will be run as administrator so it's reading hosts file first when it find "domain" program will close..
how can i fix this issue or there is any way to change the default name of hosts for Windows to hostsV2 for example? so the program will read hosts file and windows will change ip of the host from hostsV2 file instead of hosts file
or there is any way to change ip of domain to localhost without using hosts file ?
i need to redirect/reverse domain.com to my localhost
to control the api of special program.exe for testing bug on it
with an easy way
Just only 127.0.0.1 domain.com
inside hosts file
the issue is the program will be run as administrator so it's reading hosts file first when it find "domain" program will close..
how can i fix this issue or there is any way to change the default name of hosts for Windows to hostsV2 for example? so the program will read hosts file and windows will change ip of the host from hostsV2 file instead of hosts file
or there is any way to change ip of domain to localhost without using hosts file ?