summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-02-17 01:24:41 +0000
committerPeter Palfrader <peter@palfrader.org>2004-02-17 01:24:41 +0000
commitdf3f0159113a812e7811a12c17c0e4c025ec8086 (patch)
tree4f981b7fc3b9307ee2d5cc67edc412876d3d89f5
parenta7cb0df79399a8b30aacf422c86f01bd1ece21a8 (diff)
downloadtor-df3f0159113a812e7811a12c17c0e4c025ec8086.tar.gz
tor-df3f0159113a812e7811a12c17c0e4c025ec8086.zip
Add a README.privoxy file
svn:r1075
-rw-r--r--debian/README.privoxy18
-rw-r--r--debian/TODO4
-rw-r--r--debian/changelog6
-rw-r--r--debian/tor.docs1
4 files changed, 24 insertions, 5 deletions
diff --git a/debian/README.privoxy b/debian/README.privoxy
new file mode 100644
index 0000000000..0f4b4f9d95
--- /dev/null
+++ b/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
diff --git a/debian/TODO b/debian/TODO
index 6d239871e6..ff703a9f9a 100644
--- a/debian/TODO
+++ b/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 -
diff --git a/debian/changelog b/debian/changelog
index 1a9c5be8bb..c7e50fe9d7 100644
--- a/debian/changelog
+++ b/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
diff --git a/debian/tor.docs b/debian/tor.docs
index e845566c06..643ab9435e 100644
--- a/debian/tor.docs
+++ b/debian/tor.docs
@@ -1 +1,2 @@
README
+debian/README.privoxy