From: Roger Dingledine Date: Sun, 18 Dec 2005 22:40:34 +0000 (+0000) Subject: actually, don't specify local as the whole of net 127, for X-Git-Tag: tor-0.1.1.11-alpha~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99e1845339df46997ace773ed0e8ab5b4a8d35a1;p=thirdparty%2Ftor.git 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 --- 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