aboutsummaryrefslogtreecommitdiff
path: root/debian/README.privoxy
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-08-04 12:21:48 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-04 12:21:48 -0400
commite7d2a9b6c4407217780be3a0d0cbb29fd3812cf5 (patch)
tree437fdab02dd55d51d1bb397f48c69ec1918dc974 /debian/README.privoxy
parentf206209abfc1f98bbbd0be5b6e36fdec6709953d (diff)
downloadtor-e7d2a9b6c4407217780be3a0d0cbb29fd3812cf5.tar
tor-e7d2a9b6c4407217780be3a0d0cbb29fd3812cf5.tar.gz
Remove the debian directory from the main git repository
Once upon a time it made sense to keep all the Debian files in the main Tor distribution, since repeatedly merging them back in was hard. Now that we're on git, that's no longer so. Peter's debian repository at debian/tor.git on our git server has the most recent version of the tor-on-debian packaging stuff, and the versions in our own repository have gotten out of date. Resolves bug #1735.
Diffstat (limited to 'debian/README.privoxy')
-rw-r--r--debian/README.privoxy18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/README.privoxy b/debian/README.privoxy
deleted file mode 100644
index 0f4b4f9d9..000000000
--- a/debian/README.privoxy
+++ /dev/null
@@ -1,18 +0,0 @@
-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