diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-27 11:57:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-27 11:57:52 +0000 |
commit | fc83c5f16209cf96742ba8a2ae5d15ad5fc7e71a (patch) | |
tree | 5340205179b0f20c35746169dcfc3006c401f940 /doc/tor.1.in | |
parent | 8d42236f0fc7794395c14b337e6a187db8cdd1ec (diff) | |
download | tor-fc83c5f16209cf96742ba8a2ae5d15ad5fc7e71a.tar.gz tor-fc83c5f16209cf96742ba8a2ae5d15ad5fc7e71a.zip |
add man entry for HttpProxyAuthenticator
clean up http* man entries
svn:r4303
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 5393b3a6d0..8937240702 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -83,15 +83,22 @@ directory servers: moria1, moria2, and tor26. On startup, setgid to this user. .TP \fBHttpProxy\fR \fIhost\fR[:\fIport\fR]\fP -If set, Tor will make all its directory requests through this host:port, +Tor will make all its directory requests through this host:port +(or host:80 if port is not specified), rather than connecting directly to any directory servers. .TP +\fBHttpProxyAuthenticator\fR \fIusername:password\fP +If defined, Tor will use this username:password for Basic Http proxy +authentication, as in RFC 2617. This is currently the only form of +Http proxy authentication that Tor supports; feel free to submit a +patch if you want it to support others. +.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. -You may want to set \fBFascistFirewall\fR to restrict the set of ports you -might try to connect to, if your Https proxy only allows connecting to certain -ports. +Tor will make all its OR (SSL) connections through this host:port +(or host:443 if port is not specified), via HTTP CONNECT rather than +connecting directly to servers. You may want to set \fBFascistFirewall\fR +to restrict the set of ports you might try to connect to, if your Https +proxy only allows connecting to certain ports. .TP \fBHttpsProxyAuthenticator\fR \fIusername:password\fP If defined, Tor will use this username:password for Basic Https proxy |