| O.P.  Anonymous Program Opinions I'm working on an Anonymous surfing program that will use anonymous proxys to mask your ip and info. As I already know you can never bee 100% anonymous but this program will still help.
 Right now I'm stuck on one thing. I'm not sure what way I should implement my proxy into my internet connection. Since I want it for all ports (FTP, Mail, HTTP, ect.) I need it to route all traffic through my program.
 
 Here are my options of use:
 
 1. Use the built in Internet Explorer Proxy server.
 2. Use a LSP (Winsock Layered Service Provider).
 3. Try and use Inet's proxy or route through WinSock with proxy IP.
 4. Other (you tell me a better way)
 
 So I'm not sure which would be the best way to do it. Any info would be great.
 
 |