Update tor-manual-cvs.html
Thomas Sjögren

Thomas Sjögren commited on 2005-04-27 01:22:30
Zeige 1 geänderte Dateien mit 9 Einfügungen und 1 Löschungen.

... ...
@@ -83,6 +83,13 @@ rather than connecting directly to any directory servers.
83 83
 <DT><B>HttpsProxy</B> <I>host</I>[:<I>port</I>]<DD>
84 84
 If set, Tor will make all its OR (SSL) connections through this host:port,
85 85
 via HTTP CONNECT, rather than connecting directly to servers.
86
+<DT><B>HttpsProxyAuthenticator</B> <I>username:password</I><DD>
87
+If defined, Tor will use this username:password for Basic Https proxy
88
+authentication, as in RFC 2617. This is currently the only form of
89
+Https proxy authentication that Tor supports; feel free to submit a
90
+patch if you want it to support others. You may want to set FascistFirewall
91
+to restrict the set of ports you might try to connect to, if your Https
92
+proxy only allows connecting to certain ports.
86 93
 <DT><B>KeepalivePeriod </B><I>NUM</I><DD>
87 94
 To keep firewalls from expiring connections, send a padding keepalive
88 95
 cell on open connections every NUM seconds. (Default: 5 minutes.)
... ...
@@ -408,6 +415,7 @@ Tor will catch this, clean up and sync to disk if necessary, and exit.
408 415
 <DT><B>SIGINT</B><DD>
409 416
 Tor clients behave as with SIGTERM; but Tor servers will do a controlled
410 417
 slow shutdown, closing listeners and waiting 30 seconds before exiting.
418
+(The delay can be configured with the ShutdownWaitLength config option.)
411 419
 <DT><B>SIGHUP</B><DD>
412 420
 The signal instructs Tor to reload its configuration (including closing
413 421
 and reopening logs), fetch a new directory, and kill and restart its
... ...
@@ -485,6 +493,6 @@ Roger Dingledine &lt;<A HREF="mailto:arma@mit.edu">arma@mit.edu</A>&gt;, Nick Ma
485 493
 This document was created by
486 494
 <A HREF="../">man2html</A>,
487 495
 using the manual pages.<BR>
488
-Time: 16:44:18 GMT, April 11, 2005
496
+Time: 23:16:48 GMT, April 26, 2005
489 497
 </BODY>
490 498
 </HTML>
491 499