diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-26 19:26:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-26 19:26:47 +0000 |
commit | 5704c3f0e038723cc5b72f03c05b52c89e991d3c (patch) | |
tree | ff3e3957c8ba094b203398a2ed38be86c77b6355 | |
parent | 953cf91ecd1da311f6f2ee6adcadb618d0b5de63 (diff) | |
download | tor-5704c3f0e038723cc5b72f03c05b52c89e991d3c.tar.gz tor-5704c3f0e038723cc5b72f03c05b52c89e991d3c.zip |
add HttpsProxyAuthenticator to the man page
svn:r4118
-rw-r--r-- | doc/tor.1.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index faba813a0b..1d6b47cd07 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -76,6 +76,12 @@ rather than connecting directly to any directory servers. 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.) |