summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/tor-tsocks.conf6
1 files changed, 5 insertions, 1 deletions
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