[or-cvs] r12815: switch the default https port to the one we use (bridgedb/trunk)

arma at seul.org arma at seul.org
Fri Dec 14 21:06:02 UTC 2007


Author: arma
Date: 2007-12-14 16:06:02 -0500 (Fri, 14 Dec 2007)
New Revision: 12815

Modified:
   bridgedb/trunk/bridgedb.conf
Log:
switch the default https port to the one we use


Modified: bridgedb/trunk/bridgedb.conf
===================================================================
--- bridgedb/trunk/bridgedb.conf	2007-12-14 21:02:06 UTC (rev 12814)
+++ bridgedb/trunk/bridgedb.conf	2007-12-14 21:06:02 UTC (rev 12815)
@@ -25,7 +25,7 @@
 #==========
 # Options related to HTTPS
 
-# True if we are enableing distribution via HTTP or HTTPS; False otherwise.
+# True if we are enabling distribution via HTTP or HTTPS; False otherwise.
 HTTPS_DIST = True
 # What proportion of bridges do we allocate to HTTP distribution?  See
 # EMAIL_SHARE and RESERVED_SHARE.
@@ -34,7 +34,7 @@
 # "None" to listen on the default interface.
 HTTPS_BIND_IP=None
 # Port to listen on for incoming HTTPS connections
-HTTPS_PORT=6789
+HTTPS_PORT=3443
 # Certificate file
 HTTPS_CERT_FILE="cert"
 # Private key file.
@@ -48,7 +48,7 @@
 #==========
 # Options related to Email
 
-# True if we are enableing distribution via Email; false otherwise.
+# True if we are enabling distribution via Email; false otherwise.
 EMAIL_DIST = True
 # What proportion of bridges do we allocate to Email distribution?  See
 # HTTPS_SHARE and RESERVED_SHARE.
@@ -59,7 +59,7 @@
 EMAIL_DOMAIN_MAP = { "mail.google.com" : "gmail.com",
                      "googlemail.com" : "gmail.com",
                      }
-# If there are any IPS in this list, only allow incoming connections from
+# If there are any IPs in this list, only allow incoming connections from
 # those IPs.
 EMAIL_RESTRICT_IPS=[]
 # IP and port to listen on for email connections. Debugging only.



More information about the tor-commits mailing list