Thomas Sjögren commited on 2005-08-27 17:09:03
Zeige 1 geänderte Dateien mit 13 Einfügungen und 3 Löschungen.
... | ... |
@@ -218,7 +218,7 @@ of Tor's outgoing connections to use a single one. |
218 | 218 |
<P> |
219 | 219 |
|
220 | 220 |
<DL COMPACT> |
221 |
-<DT><B>PIDFile </B><I>FILE</I><DD> |
|
221 |
+<DT><B>PidFile </B><I>FILE</I><DD> |
|
222 | 222 |
On startup, write our PID to FILE. On clean shutdown, remove FILE. |
223 | 223 |
</DL> |
224 | 224 |
<P> |
... | ... |
@@ -342,7 +342,7 @@ ReachableAddresses instead. (Default: 80, 443) |
342 | 342 |
A comma-separated list of IPs that your firewall allows you to connect |
343 | 343 |
to. Only used when <B>FascistFirewall</B> is set. The format is as |
344 | 344 |
for the addresses in ExitPolicy, except that "accept" is understood |
345 |
-unless "reject" is explicitly provided. For example, 'FirewallIPs |
|
345 |
+unless "reject" is explicitly provided. For example, 'ReachableAddresses |
|
346 | 346 |
99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your |
347 | 347 |
firewall allows connections to everything inside net 99, rejects port |
348 | 348 |
80 connections to net 18, and accepts connections to port 80 otherwise. |
... | ... |
@@ -487,6 +487,16 @@ unset, and Tor will guess your IP. |
487 | 487 |
</DL> |
488 | 488 |
<P> |
489 | 489 |
|
490 |
+<DL COMPACT> |
|
491 |
+<DT><B>AssumeReachable </B><B>0</B>|<B>1</B><DD> |
|
492 |
+This option is used when bootstrapping a new Tor network. If set to 1, |
|
493 |
+don't do self-reachability testing; just upload your server descriptor |
|
494 |
+immediately. If <B>AuthoritativeDirectory</B> is also set, this option |
|
495 |
+instructs the dirserver to bypass remote reachability testing too and |
|
496 |
+list all connected servers as running. |
|
497 |
+</DL> |
|
498 |
+<P> |
|
499 |
+ |
|
490 | 500 |
<DL COMPACT> |
491 | 501 |
<DT><B>ContactInfo </B><I>email_address</I><DD> |
492 | 502 |
Administrative contact information for server. |
... | ... |
@@ -897,6 +907,6 @@ Roger Dingledine <<A HREF="mailto:arma@mit.edu">arma@mit.edu</A>>, Nick Ma |
897 | 907 |
This document was created by |
898 | 908 |
<A HREF="../">man2html</A>, |
899 | 909 |
using the manual pages.<BR> |
900 |
-Time: 10:32:48 GMT, August 09, 2005 |
|
910 |
+Time: 15:08:07 GMT, August 27, 2005 |
|
901 | 911 |
</BODY> |
902 | 912 |
</HTML> |
903 | 913 |