diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-18 22:40:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-18 22:40:34 +0000 |
commit | 99e1845339df46997ace773ed0e8ab5b4a8d35a1 (patch) | |
tree | 4cf3f350023f364404e812d6739ca9b3c1bffb95 /contrib/tor-tsocks.conf | |
parent | a2186b99996071f1c9909bfa6b8a18bf7e992a06 (diff) | |
download | tor-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.conf | 6 |
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 |