[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] add HttpsProxyAuthenticator to the man page
Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc
Modified Files:
tor.1.in
Log Message:
add HttpsProxyAuthenticator to the man page
Index: tor.1.in
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor.1.in,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- tor.1.in 26 Apr 2005 00:52:21 -0000 1.69
+++ tor.1.in 26 Apr 2005 19:26:47 -0000 1.70
@@ -76,6 +76,12 @@
If set, Tor will make all its OR (SSL) connections through this host:port,
via HTTP CONNECT, rather than connecting directly to servers.
.TP
+\fBHttpsProxyAuthenticator\fR \fIusername:password\fP
+If defined, Tor will use this username:password for Basic Https proxy
+authentication, as in RFC 2617. This is currently the only form of
+Https proxy authentication that Tor supports; feel free to submit a
+patch if you want it to support others.
+.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.)