Geoff Goodell commited on 2005-03-16 15:19:05
Zeige 1 geänderte Dateien mit 21 Einfügungen und 19 Löschungen.
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 |
+Content-type: text/html |
|
| 2 |
+ |
|
| 1 | 3 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 |
-<HTML><HEAD> |
|
| 3 |
-<TITLE>Man page of TOR</TITLE> |
|
| 4 |
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
|
| 4 |
+<HTML><HEAD><TITLE>Man page of TOR</TITLE> |
|
| 5 | 5 |
</HEAD><BODY> |
| 6 | 6 |
<H1>TOR</H1> |
| 7 | 7 |
Section: User Commands (1)<BR>Updated: November 2004<BR><A HREF="#index">Index</A> |
| ... | ... |
@@ -42,7 +42,7 @@ Display a short help message and exit. |
| 42 | 42 |
<DL COMPACT> |
| 43 | 43 |
<DT><B>-f </B><I>FILE</I><DD> |
| 44 | 44 |
FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc) |
| 45 |
-<DT>Other options can be specified either on the command-line (<I>--option |
|
| 45 |
+<DT>Other options can be specified either on the command-line (<I>--option<DD> |
|
| 46 | 46 |
value</I>), or in the configuration file (<I>option value</I>). |
| 47 | 47 |
Options are case-insensitive. |
| 48 | 48 |
<DT><B>Log </B><I>minSeverity</I>[-<I>maxSeverity</I>] <B>stderr</B>|<B>stdout</B>|<B>syslog</B><DD> |
| ... | ... |
@@ -167,6 +167,9 @@ node will go down before the stream is finished. |
| 167 | 167 |
When a request for address arrives to Tor, it will rewrite it to newaddress before processing it. For example, if you always want connections to <A HREF="http://www.indymedia.org">www.indymedia.org</A> to exit via yourtorserver, use "MapAddress <A HREF="http://www.indymedia.org">www.indymedia.org</A> <A HREF="http://www.indymedia.org.yourtorserver.exit">www.indymedia.org.yourtorserver.exit</A>". |
| 168 | 168 |
<DT><B>NewCircuitPeriod </B><I>NUM</I><DD> |
| 169 | 169 |
Every NUM seconds consider whether to build a new circuit. (Default: 60) |
| 170 |
+<DT><B>MaxCircuitDirtiness </B><I>NUM</I><DD> |
|
| 171 |
+Feel free to reuse a circuit that was first used at most NUM seconds |
|
| 172 |
+ago, but never attach a new stream to a circuit that is too old. |
|
| 170 | 173 |
<DT><B>NodeFamily </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD> |
| 171 | 174 |
The named Tor servers constitute a "family" of similar or co-administered |
| 172 | 175 |
servers, so never use any two of them in the same circuit. Defining a |
| ... | ... |
@@ -246,22 +249,16 @@ either a reject *:* or an accept *:*. Otherwise, you're _augmenting_ |
| 246 | 249 |
<DT>reject 192.168.0.0/16<DD> |
| 247 | 250 |
<DT>reject 10.0.0.0/8<DD> |
| 248 | 251 |
<DT>reject 172.16.0.0/12<DD> |
| 249 |
-<DT>accept *:20-22<DD> |
|
| 250 |
-<DT>accept *:53<DD> |
|
| 251 |
-<DT>accept *:79-81<DD> |
|
| 252 |
-<DT>accept *:110<DD> |
|
| 253 |
-<DT>accept *:143<DD> |
|
| 254 |
-<DT>accept *:443<DD> |
|
| 255 |
-<DT>accept *:706<DD> |
|
| 256 |
-<DT>accept *:873<DD> |
|
| 257 |
-<DT>accept *:993<DD> |
|
| 258 |
-<DT>accept *:995<DD> |
|
| 252 |
+<DT>reject *:25<DD> |
|
| 253 |
+<DT>reject *:119<DD> |
|
| 254 |
+<DT>reject *:135-139<DD> |
|
| 255 |
+<DT>reject *:445<DD> |
|
| 259 | 256 |
<DT>reject *:1214<DD> |
| 260 | 257 |
<DT>reject *:4661-4666<DD> |
| 261 | 258 |
<DT>reject *:6346-6429<DD> |
| 259 |
+<DT>reject *:6699<DD> |
|
| 262 | 260 |
<DT>reject *:6881-6999<DD> |
| 263 |
-<DT>accept *:1024-65535<DD> |
|
| 264 |
-<DT>reject *:*<DD> |
|
| 261 |
+<DT>accept *:*<DD> |
|
| 265 | 262 |
</DL> |
| 266 | 263 |
</DL> |
| 267 | 264 |
|
| ... | ... |
@@ -272,8 +269,8 @@ If you have more than this number of onionskins queued for decrypt, reject new o |
| 272 | 269 |
Declare that this Tor server is controlled or administered by a group |
| 273 | 270 |
or organization identical or similar to that of the other named servers. |
| 274 | 271 |
When two servers both declare that they are in the same 'family', Tor clients |
| 275 |
-will not use them in the same circuit. (Each server only need to list the |
|
| 276 |
-other servers in its family; it doesn't need to list itself.) |
|
| 272 |
+will not use them in the same circuit. (Each server only needs to list the |
|
| 273 |
+other servers in its family; it doesn't need to list itself, but it won't hurt.) |
|
| 277 | 274 |
<DT><B>Nickname </B><I>name</I><DD> |
| 278 | 275 |
Set the server's nickname to 'name'. |
| 279 | 276 |
<DT><B>NumCPUs </B><I>num</I><DD> |
| ... | ... |
@@ -293,6 +290,11 @@ successfully, no subsequent rules are considered. You can specify that no |
| 293 | 290 |
redirection is to be performed on a given set of addresses by using the |
| 294 | 291 |
special target string "pass", which prevents subsequent rules from being |
| 295 | 292 |
considered. |
| 293 |
+<DT><B>ShutdownWaitLength</B><I>NUM</I><DD> |
|
| 294 |
+When we get a SIGINT and we're a server, we begin shutting down: we close |
|
| 295 |
+listeners and start refusing new circuits. After <B>NUM</B> seconds, |
|
| 296 |
+we exit. If we get a second SIGINT, we exit immediately. (Default: |
|
| 297 |
+30 seconds) |
|
| 296 | 298 |
<DT><B>DirPostPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD> |
| 297 | 299 |
Every time the specified period elapses, Tor uploads its server |
| 298 | 300 |
descriptors to the directory servers. This information is also |
| ... | ... |
@@ -474,6 +476,6 @@ Roger Dingledine <<A HREF="mailto:arma@mit.edu">arma@mit.edu</A>>, Nick Ma |
| 474 | 476 |
This document was created by |
| 475 | 477 |
<A HREF="/cgi-bin/man/man2html">man2html</A>, |
| 476 | 478 |
using the manual pages.<BR> |
| 477 |
-Time: 19:22:21 GMT, March 10, 2005 |
|
| 479 |
+Time: 14:17:19 GMT, March 16, 2005 |
|
| 478 | 480 |
</BODY> |
| 479 | 481 |
</HTML> |
| 480 | 482 |