[or-cvs] man page entry for httpsproxy

Roger Dingledine arma at seul.org
Thu Feb 24 11:00:09 UTC 2005


Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc

Modified Files:
	TODO tor.1.in 
Log Message:
man page entry for httpsproxy


Index: TODO
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- TODO	23 Feb 2005 22:42:17 -0000	1.258
+++ TODO	24 Feb 2005 11:00:06 -0000	1.259
@@ -10,7 +10,7 @@
         D Deferred
         X Abandoned
 
-For 0.0.9.5:
+For 0.0.9.6:
    - Server instructions for OSX and Windows operators.
    - Audit all changes to bandwidth buckets for integer over/underflow.
 
@@ -38,7 +38,7 @@
 
  Functionality
 N - Implement pending controller features.
-R - HTTPS proxy for OR CONNECT stuff. (For outgoing SSL connections to
+R . HTTPS proxy for OR CONNECT stuff. (For outgoing SSL connections to
     other ORs.)
   - Changes for forward compatibility
 N   - If a version is later than the last in its series, but a version

Index: tor.1.in
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor.1.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- tor.1.in	22 Feb 2005 00:53:43 -0000	1.55
+++ tor.1.in	24 Feb 2005 11:00:06 -0000	1.56
@@ -65,6 +65,10 @@
 If set, Tor will make all its directory requests through this host:port,
 rather than connecting directly to any directory servers.
 .TP
+\fBHttpsProxy\fR \fIhost\fR[:\fIport\fR]\fP
+If set, Tor will make all its OR (SSL) connections through this host:port,
+via HTTP CONNECT, rather than connecting directly to servers.
+.TP
 \fBKeepalivePeriod \fR\fINUM\fP
 To keep firewalls from expiring connections, send a padding keepalive
 cell on open connections every NUM seconds. (Default: 5 minutes.)



More information about the tor-commits mailing list