[tor-commits] [tor-browser-bundle/master] Bug 10447: Remove SocksListenAddress to allow multiple socks ports.

mikeperry at torproject.org mikeperry at torproject.org
Sun Dec 22 08:38:43 UTC 2013


commit 09cf78382131f567ee3c0a85178b67af8d35398f
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Sun Dec 22 02:27:53 2013 -0600

    Bug 10447: Remove SocksListenAddress to allow multiple socks ports.
    
    The man page says SocksListenAddress is deprecated as of 0.2.3.x-alpha.
---
 Bundle-Data/linux/Data/Tor/torrc-defaults   |    1 -
 Bundle-Data/mac/Data/Tor/torrc-defaults     |    1 -
 Bundle-Data/windows/Data/Tor/torrc-defaults |    1 -
 3 files changed, 3 deletions(-)

diff --git a/Bundle-Data/linux/Data/Tor/torrc-defaults b/Bundle-Data/linux/Data/Tor/torrc-defaults
index 0c46e9f..819b9e8 100644
--- a/Bundle-Data/linux/Data/Tor/torrc-defaults
+++ b/Bundle-Data/linux/Data/Tor/torrc-defaults
@@ -5,7 +5,6 @@ AvoidDiskWrites 1
 Log notice stdout
 # Bind to this address to listen to connections from SOCKS-speaking
 # applications.
-SocksListenAddress 127.0.0.1
 SocksPort 9150
 ControlPort 9151
 CookieAuthentication 1
diff --git a/Bundle-Data/mac/Data/Tor/torrc-defaults b/Bundle-Data/mac/Data/Tor/torrc-defaults
index 0c46e9f..819b9e8 100644
--- a/Bundle-Data/mac/Data/Tor/torrc-defaults
+++ b/Bundle-Data/mac/Data/Tor/torrc-defaults
@@ -5,7 +5,6 @@ AvoidDiskWrites 1
 Log notice stdout
 # Bind to this address to listen to connections from SOCKS-speaking
 # applications.
-SocksListenAddress 127.0.0.1
 SocksPort 9150
 ControlPort 9151
 CookieAuthentication 1
diff --git a/Bundle-Data/windows/Data/Tor/torrc-defaults b/Bundle-Data/windows/Data/Tor/torrc-defaults
index 0c46e9f..819b9e8 100644
--- a/Bundle-Data/windows/Data/Tor/torrc-defaults
+++ b/Bundle-Data/windows/Data/Tor/torrc-defaults
@@ -5,7 +5,6 @@ AvoidDiskWrites 1
 Log notice stdout
 # Bind to this address to listen to connections from SOCKS-speaking
 # applications.
-SocksListenAddress 127.0.0.1
 SocksPort 9150
 ControlPort 9151
 CookieAuthentication 1



More information about the tor-commits mailing list