Add a README.privoxy file

svn:r1075
This commit is contained in:
Peter Palfrader
2004-02-17 01:24:41 +00:00
parent 7b1bc842bf
commit f265b56e1a
4 changed files with 24 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
Tor only provides TCP layer anonymity. It does not do any protocol
cleaning, so if you are going to browse the web you still give away a
lot of information to servers.
The privoxy package provides a privacy enhancing HTTP proxy, which
is good at filtering headers, cookies, and much more. To view the
description of the Debian privoxy package just run "apt-cache show
privoxy". Please refer to the privoxy documentation for more details.
In order to use privoxy over tor, add the following line to your
privoxy configuration file:
forward-socks4a / localhost:9050 .
(the dot is important)
Then configure your browser to use privoxy as its HTTP proxy.
--
Peter Palfrader <weasel@debian.org>, Tue, 17 Feb 2004 02:15:36 +0100
+1 -3
View File
@@ -6,6 +6,4 @@ Legend:
D Deferred
X Abandoned
- Add a README.Debian file which explains how to configure privoxy,
maybe also add a sample configuration for privoxy.
- nothing -
+4 -2
View File
@@ -4,9 +4,11 @@ tor (0.0.1+0.0.2pre20-2) unstable; urgency=low
depend on tsocks now rather than just recommending it. Right now
we install it in debian/rules, but upcoming versions might install
it in upstream's make install target.
* There's a upstream Changelog file now. Enojy!
* There's an upstream ChangeLog file now. Enjoy!
* Add a README.privoxy file that explains how to setup privoxy to
go over tor.
-- Peter Palfrader <weasel@debian.org> Tue, 17 Feb 2004 01:58:10 +0100
-- Peter Palfrader <weasel@debian.org> Tue, 17 Feb 2004 02:17:04 +0100
tor (0.0.1+0.0.2pre20-1) unstable; urgency=low
+1
View File
@@ -1 +1,2 @@
README
debian/README.privoxy