From: Roger Dingledine Date: Sun, 18 Dec 2005 21:58:36 +0000 (+0000) Subject: the torify config file should not use tor for local (127.x.y.z) addresses. X-Git-Tag: tor-0.1.1.11-alpha~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a328efb2556124480bb171b1b0caf0c62c99c4;p=thirdparty%2Ftor.git the torify config file should not use tor for local (127.x.y.z) addresses. svn:r5611 --- diff --git a/contrib/tor-tsocks.conf b/contrib/tor-tsocks.conf index b3293969f7..27a1873380 100644 --- a/contrib/tor-tsocks.conf +++ b/contrib/tor-tsocks.conf @@ -5,3 +5,5 @@ server = 127.0.0.1 server_port = 9050 +local = 127.0.0.0/255.0.0.0 +