Quellcode durchsuchen

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 vor 18 Jahren
Ursprung
Commit
99e1845339
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  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