> I am looking for a HTTP proxy server for Windows. > I'm looking for something that's > (a) shockingly easy to install and configure, > (b) capable of processing multiple requests asynchronously. >
Recent versions of sshd can act as a socks proxy. Since you've got cygwin already installed on the windows box, just run the sshd daemon, and use ssh -D 1080 windows.machine.vpn on your unix machine to forward things out of the vpn. However, if you prefer something more windows native, you can just run proxomitron with all the filtering turned off. I don't have a clue if it's multi-threaded or not, but since it is still being heavily used years after the last release suggests it can't be all bad. <http://proxomitron.info/index.html> -ajb _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
