]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
man page entry for httpsproxy
authorRoger Dingledine <arma@torproject.org>
Thu, 24 Feb 2005 11:00:06 +0000 (11:00 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 24 Feb 2005 11:00:06 +0000 (11:00 +0000)
svn:r3683

doc/TODO
doc/tor.1.in

index d16b9852ec609823e0c3451ea42856bdd05b897a..a24f168b0294f1f591648a349f0af907dedf318e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -10,7 +10,7 @@ ARMA    - arma claims
         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 @@ R  - Reset uptime when IP/ORPort/... changes.
 
  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 8c81357e0c196fce9b19dfea1f3b6d4f3cce8eff..c2532a7ead2060edf11206bbff6473695a376a3d 100644 (file)
@@ -65,6 +65,10 @@ On startup, setgid to this user.
 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.)