[tor-commits] [oonib/master] Use the socks_port option from oonib.conf when starting Tor.

isis at torproject.org isis at torproject.org
Sat May 4 16:10:28 UTC 2013


commit be1d323ff1ece98892aff344ca541c365d84554f
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sun Apr 21 05:59:41 2013 +0000

    Use the socks_port option from oonib.conf when starting Tor.
---
 oonib/runner.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/oonib/runner.py b/oonib/runner.py
index 5b77b9a..db6d734 100644
--- a/oonib/runner.py
+++ b/oonib/runner.py
@@ -68,7 +68,7 @@ def startTor():
         print("%d%%: %s" % (prog, summary))
 
     torconfig = txtorcon.TorConfig()
-    torconfig.SocksPort = 9055
+    torconfig.SocksPort = config.main.socks_port
     if config.main.tor2webmode:
         torconfig.Tor2webMode = 1
         torconfig.CircuitBuildTimeout = 60





More information about the tor-commits mailing list