Thomas Sjögren commited on 2005-04-28 02:05:44
Zeige 1 geänderte Dateien mit 5 Einfügungen und 5 Löschungen.
... | ... |
@@ -4,7 +4,7 @@ Content-type: text/html |
4 | 4 |
<HTML><HEAD><TITLE>Man page of TOR</TITLE> |
5 | 5 |
</HEAD><BODY> |
6 | 6 |
<H1>TOR</H1> |
7 |
-Section: User Commands (1)<BR>Updated: March 2005<BR><A HREF="#index">Index</A> |
|
7 |
+Section: User Commands (1)<BR>Updated: April 2005<BR><A HREF="#index">Index</A> |
|
8 | 8 |
<A HREF="../">Return to Main Contents</A><HR> |
9 | 9 |
|
10 | 10 |
<A NAME="lbAB"> </A> |
... | ... |
@@ -58,9 +58,9 @@ option may appear more than once in a configuration file. Messages |
58 | 58 |
are sent to all the logs that match their severity level. |
59 | 59 |
<DT><B>BandwidthRate </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD> |
60 | 60 |
A token bucket limits the average incoming bandwidth on this node to |
61 |
-the specified number of bytes per second. (Default: 780 KB) |
|
61 |
+the specified number of bytes per second. (Default: 2 MB) |
|
62 | 62 |
<DT><B>BandwidthBurst </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD> |
63 |
-Limit the maximum token bucket size (also known as the burst) to the given number of bytes. (Default: 48 MB) |
|
63 |
+Limit the maximum token bucket size (also known as the burst) to the given number of bytes. (Default: 5 MB) |
|
64 | 64 |
<DT><B>MaxAdvertisedBandwidth </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD> |
65 | 65 |
If set, we will not advertise more than this amount of bandwidth for our |
66 | 66 |
BandwidthRate. Server operators who want to reduce the number of clients |
... | ... |
@@ -207,7 +207,7 @@ Set this to 0 if you don't want to allow application connections. (Default: |
207 | 207 |
Bind to this address to listen for connections from SOCKS-speaking applications. (Default: 127.0.0.1) You can also specify a port (e.g. 192.168.0.1:9100). This directive can be specified multiple times to bind to multiple addresses/ports. |
208 | 208 |
<DT><B>SOCKSPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD> |
209 | 209 |
Set an entrance policy for this server, to limit who can connect to the SOCKS ports. The policies have the same form as exit policies below. |
210 |
-<DT><B>TrackHostExits </B><I>host1</I>,<I>.domain1</I>|<I>.</I><DD> |
|
210 |
+<DT><B>TrackHostExits </B><I>host</I>,<I>.domain</I>,<I>...</I><DD> |
|
211 | 211 |
For each value in the comma separated list, Tor will track recent connections |
212 | 212 |
to hosts that match this value and attempt to |
213 | 213 |
reuse the same exit node for each. If the value is prepended with a '.', it is |
... | ... |
@@ -493,6 +493,6 @@ Roger Dingledine <<A HREF="mailto:arma@mit.edu">arma@mit.edu</A>>, Nick Ma |
493 | 493 |
This document was created by |
494 | 494 |
<A HREF="../">man2html</A>, |
495 | 495 |
using the manual pages.<BR> |
496 |
-Time: 23:16:48 GMT, April 26, 2005 |
|
496 |
+Time: 00:03:53 GMT, April 28, 2005 |
|
497 | 497 |
</BODY> |
498 | 498 |
</HTML> |
499 | 499 |