replaced outdated StrictExitNodes advice
Moritz Bartl

Moritz Bartl commited on 2013-01-30 21:41:48
Zeige 1 geänderte Dateien mit 2 Einfügungen und 10 Löschungen.

... ...
@@ -1467,22 +1467,14 @@ versions.
1467 1467
     up your anonymity in ways we don't understand.
1468 1468
     </p>
1469 1469
     <p>
1470
-    The <tt>EntryNodes</tt> and <tt>ExitNodes</tt> config options are
1471
-    treated as a request, meaning if the nodes are down or seem slow,
1472
-    Tor will still avoid them. You can make the option mandatory by
1473
-    setting <tt>StrictExitNodes 1</tt> or <tt>StrictEntryNodes 1</tt>
1474
-    &mdash; but if you do, your Tor connections will stop working
1475
-    if all of the nodes you have specified become unreachable.
1476
-    See the <a href="<page docs/documentation>#NeatLinks">Tor status
1477
-pages</a>
1478
-    for some nodes you might pick.
1470
+    Note also that not every circuit is used to deliver traffic outside of the Tor network. It is normal to see non-exit circuits (such as those used to connect to hidden services, those that do directory fetches, those used for relay reachability self-tests, and so on) that end at a non-exit node. To keep a node from being used entirely, see <tt>ExcludeNodes</tt> and <tt>StrictNodes</tt> in the <a href="<page docs/tor-manual>">manual</a>.
1479 1471
     </p>
1480 1472
     <p>
1481 1473
     Instead of <tt>$fingerprint</tt> you can also specify a <a
1482 1474
 
1483 1475
 href="https://secure.wikimedia.org/wikipedia/en/wiki/ISO_3166-1_alpha-2"
1484 1476
 >2
1485
-    letter ISO3166 country code</a> in curly braces (for example {de}),
1477
+    letter ISO3166 country code</a> in curly braces (for example <tt>{de}</tt>),
1486 1478
     or an ip address pattern (for example 255.254.0.0/8), or a node
1487 1479
     nickname. Make sure there are no spaces between the commas and the
1488 1480
     list items.
1489 1481