[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r19320: {torctl} Woops, didn't mean to change the port settings.. (torctl/trunk/python/TorCtl)
Author: mikeperry
Date: 2009-04-14 11:23:12 -0400 (Tue, 14 Apr 2009)
New Revision: 19320
Modified:
torctl/trunk/python/TorCtl/TorUtil.py
Log:
Woops, didn't mean to change the port settings..
Modified: torctl/trunk/python/TorCtl/TorUtil.py
===================================================================
--- torctl/trunk/python/TorCtl/TorUtil.py 2009-04-14 15:09:02 UTC (rev 19319)
+++ torctl/trunk/python/TorCtl/TorUtil.py 2009-04-14 15:23:12 UTC (rev 19320)
@@ -22,14 +22,14 @@
# TODO: Make functions to read these from a config file. This isn't
# the right place for them either.. But at least it's unified.
-tor_port = 9070
+tor_port = 9060
tor_host = '127.0.0.1'
-control_port = 9071
+control_port = 9061
control_host = '127.0.0.1'
control_pass = ""
-meta_port = 9072
+meta_port = 9052
meta_host = '127.0.0.1'
class Enum: