Преглед изворни кода

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 година
родитељ
комит
99e1845339
1 измењених фајлова са 5 додато и 1 уклоњено
  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