Browse Source

Add a README.privoxy file

svn:r1075
Peter Palfrader 20 years ago
parent
commit
df3f015911
4 changed files with 24 additions and 5 deletions
  1. 18 0
      debian/README.privoxy
  2. 1 3
      debian/TODO
  3. 4 2
      debian/changelog
  4. 1 0
      debian/tor.docs

+ 18 - 0
debian/README.privoxy

@@ -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
debian/TODO

@@ -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
debian/changelog

@@ -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 - 0
debian/tor.docs

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