Proxy server?
Diez B. Roggisch
deets at nospam.web.de
Mon Jul 28 17:39:19 EDT 2008
Gary schrieb:
> "Diez B. Roggisch" <deets at nospam.web.de> wrote in message
> news:6f5rteF89muqU2 at mid.uni-berlin.de...
>> Gary wrote:
>
>> For what?
>
> A non-transparent proxy, for anonymity purposes only.
You can't make any TCP/IP communication run through a proxy, unless it's
transparent.
HTTP (and maybe FTP, I personally don't know) have that built-in, and of
course anything that builds upon them (SOAP, XMLRPC).
But e.g. CORBA or bittorrent or .... don't support that.
You can try and install TOR or use it. It is a transparent proxy:
http://wiki.noreply.org/noreply/TheOnionRouter/TransparentProxy
Diez
More information about the Python-list
mailing list