32

I am looking for a simple web proxy server that anybody can use. I mean it should be executable and not commandline/service. Something like squid/polipo but with a windows interface. It should also be able to cache and should be free of charge.

soandos
  • 24,600
  • 29
  • 105
  • 136
Gluip
  • 425

4 Answers4

30

You use FreeProxy. It is free of charge, a windows executable, with a easy-to-user GUI interface. Also it has features like authentication, caching and url-filtering.

You can download FreeProxy from here.

Another alternate is CCProxy. Still I would prefer FreeProxy over this. You can download CCProxy from here.

huseyint
  • 840
jagbandhuster
  • 707
  • 5
  • 8
4

I would like to suggest AnalogX proxy. It is really simple, and I have used it numerous times to solve my proxying problem.

Get it at http://www.analogx.com/contents/download/Network/proxy/Freeware.htm

See my blog on how to configure the proxy at: http://sharuzzaman.blogspot.com/2011/08/ssh-reverse-tunnel-one-way-connection.html

3

It is more complex than what you need, but AdvOR would do it.

Advanced Onion Router is a client for OR network and is intended to be an improved alternative for Tor+Vidalia+Privoxy bundle for Windows users. It is able to "force" a program and its plugins to use the Tor proxy regardless of its configured proxy

slhck
  • 235,242
soandos
  • 24,600
  • 29
  • 105
  • 136
2

I've installed and worked with ccproxy, it's free up to 3 users and very simple to install and use, I really recommend it!

for superusers there's also another nice and totally free proxy, Polipo. It's bundled with tor,

you can download tor from Tor Project Website, Tor has three modules:

  • tor
  • vidalia : is used to configure tor
  • polipo : is used as a proxy server, by default only local clients can connect to tor, but if you'd like you can use polipo.conf to set allowedClients for remote ones.

Good Luck!