]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
actually, don't specify local as the whole of net 127, for
authorRoger Dingledine <arma@torproject.org>
Sun, 18 Dec 2005 22:40:34 +0000 (22:40 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 18 Dec 2005 22:40:34 +0000 (22:40 +0000)
torify, because Tor's MAPADDRESS virtual IP space is part of it,
and we want to torify that part.

svn:r5613

contrib/tor-tsocks.conf

index 27a18733809f90a8a7dd724debd3f82144203052..3dddaddbce10aa1713dde3f750c8f194944dfd01 100644 (file)
@@ -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