Pārlūkot izejas kodu

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

Roger Dingledine 18 gadi atpakaļ
vecāks
revīzija
99e1845339
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      contrib/tor-tsocks.conf

+ 5 - 1
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