[tor-commits] [ooni-probe/master] Set default helpers.ssl.port to 57006

art at torproject.org art at torproject.org
Wed Nov 28 17:23:18 UTC 2012


commit 0849bf91454e4bed32a57047b284bc4e1bf178ae
Author: aagbsn <aagbsn at extc.org>
Date:   Wed Nov 28 17:13:56 2012 +0000

    Set default helpers.ssl.port to 57006
---
 oonib/config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/oonib/config.py b/oonib/config.py
index 0726c5e..2736cd0 100644
--- a/oonib/config.py
+++ b/oonib/config.py
@@ -43,6 +43,6 @@ helpers.dns.tcp_port = 57005
 helpers.ssl = Storage()
 #helpers.ssl.private_key = /path/to/data/private.key
 #helpers.ssl.certificate = /path/to/data/certificate.crt
-#helpers.ssl.port = 57007
+#helpers.ssl.port = 57006
 
 





More information about the tor-commits mailing list