diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-10-18 06:23:30 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-10-18 06:23:30 +0300 |
commit | d36d3bb151f73f913df82862bcb0f0a83950b2e6 (patch) | |
tree | 1d75cbe22bda8b31b6ff2c377ec6d7cc19d428b0 /net-misc/tor/files/README.gentoo | |
parent | d3f5e3dc02b645e59587d1bc6ffab627f7baf988 (diff) |
tor git
Diffstat (limited to 'net-misc/tor/files/README.gentoo')
-rw-r--r-- | net-misc/tor/files/README.gentoo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-misc/tor/files/README.gentoo b/net-misc/tor/files/README.gentoo new file mode 100644 index 0000000..35214ac --- /dev/null +++ b/net-misc/tor/files/README.gentoo @@ -0,0 +1,8 @@ +We created a configuration file for tor, /etc/tor/torrc, but you can +change it according to your needs. Use the torrc.sample that is in +that directory as a guide. Also, to have privoxy work with tor +just add the following line + +forward-socks4a / localhost:9050 . + +to /etc/privoxy/config. Notice the . at the end! |