[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1586: The cool kids are using 127.0.0.1 instead of localhost in th (trunk/pkg/win32)



Author: edmanm
Date: 2007-01-11 13:23:56 -0500 (Thu, 11 Jan 2007)
New Revision: 1586

Modified:
   trunk/pkg/win32/privoxy.config
Log:
The cool kids are using 127.0.0.1 instead of localhost in their Privoxy 
config these days.


Modified: trunk/pkg/win32/privoxy.config
===================================================================
--- trunk/pkg/win32/privoxy.config	2007-01-10 08:37:24 UTC (rev 1585)
+++ trunk/pkg/win32/privoxy.config	2007-01-11 18:23:56 UTC (rev 1586)
@@ -1050,7 +1050,7 @@
 #      To chain Privoxy and Tor, both running on the same system,
 #      you should use the rule:
 #  
-forward-socks4a / localhost:9050 .
+forward-socks4a / 127.0.0.1:9050 .
 
 #
 #      The public Tor network can't be used to reach your local network,