aboutsummaryrefslogtreecommitdiff
path: root/contrib/tor-tsocks.conf
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-12-18 22:40:34 +0000
committerRoger Dingledine <arma@torproject.org>2005-12-18 22:40:34 +0000
commit99e1845339df46997ace773ed0e8ab5b4a8d35a1 (patch)
tree4cf3f350023f364404e812d6739ca9b3c1bffb95 /contrib/tor-tsocks.conf
parenta2186b99996071f1c9909bfa6b8a18bf7e992a06 (diff)
downloadtor-99e1845339df46997ace773ed0e8ab5b4a8d35a1.tar.gz
tor-99e1845339df46997ace773ed0e8ab5b4a8d35a1.zip
actually, don't specify local as the whole of net 127, for
torify, because Tor's MAPADDRESS virtual IP space is part of it, and we want to torify that part. svn:r5613
Diffstat (limited to 'contrib/tor-tsocks.conf')
-rw-r--r--contrib/tor-tsocks.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/tor-tsocks.conf b/contrib/tor-tsocks.conf
index 27a1873380..3dddaddbce 100644
--- a/contrib/tor-tsocks.conf
+++ b/contrib/tor-tsocks.conf
@@ -5,5 +5,9 @@
server = 127.0.0.1
server_port = 9050
-local = 127.0.0.0/255.0.0.0
+
+# We specify local as 127.0.0.0 - 127.191.255.255 because the
+# Tor MAPADDRESS virtual IP range is the rest of net 127.
+local = 127.0.0.0/255.128.0.0
+local = 127.128.0.0/255.192.0.0