I have a piece of software that calls for an external list of proxies when it runs. The problem is, the software is out of date and the proxies are no longer maintained online.
I want to be able to use a local list of proxies and was hoping I could use my HOSTS file to redirect the request.
Let's say the program calls
http://www.software.com/proxies.txt
can I change that to
http://www.myurl.com/proxies.txt
or
localhost ??? proxies.txt
Any tips would help and +rep if it proves useful.
I want to be able to use a local list of proxies and was hoping I could use my HOSTS file to redirect the request.
Let's say the program calls
http://www.software.com/proxies.txt
can I change that to
http://www.myurl.com/proxies.txt
or
localhost ??? proxies.txt
Any tips would help and +rep if it proves useful.