diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-26 20:47:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-26 20:47:53 +0000 |
commit | a1fee5db63bdb2044950c48e4b7e4ffd8961bb5c (patch) | |
tree | 1cf963c7a763736f1d4abfe27ca5faff96cb0bb5 /doc/tor.1.in | |
parent | 4eb3cf933003b595dc4a70fe6b3bfef5921c0406 (diff) | |
download | tor-a1fee5db63bdb2044950c48e4b7e4ffd8961bb5c.tar.gz tor-a1fee5db63bdb2044950c48e4b7e4ffd8961bb5c.zip |
add a note in the man page about using fascistfirewall with
httpsproxyauthenticator
svn:r4120
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 1d6b47cd07..48bef14d68 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -80,7 +80,9 @@ via HTTP CONNECT, rather than connecting directly to servers. 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. +patch if you want it to support others. You may want to set FascistFirewall +to restrict the set of ports you might try to connect to, if your Https +proxy only allows connecting to certain ports. .TP \fBKeepalivePeriod \fR\fINUM\fP To keep firewalls from expiring connections, send a padding keepalive |