Add a README.privoxy file

svn:r1075
This commit is contained in:
Peter Palfrader 2004-02-17 01:24:41 +00:00
parent a7cb0df793
commit df3f015911
4 changed files with 24 additions and 5 deletions

18
debian/README.privoxy vendored Normal file
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

4
debian/TODO vendored
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 -

6
debian/changelog vendored
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
debian/tor.docs vendored
View File

@ -1 +1,2 @@
README
debian/README.privoxy