]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document the ?? country code.
authorNick Mathewson <nickm@torproject.org>
Wed, 30 Jan 2013 15:19:41 +0000 (10:19 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 30 Jan 2013 15:19:41 +0000 (10:19 -0500)
doc/tor.1.txt

index 3b13a6180a5470c5b7fa5663342647618e32a732..947322161a034b46a40c78fde662d79a5e8ff189 100644 (file)
@@ -679,7 +679,11 @@ The following options are useful only for clients (that is, if
     Note also that if you are a relay, this (and the other node selection
     options below) only affects your own circuits that Tor builds for you.
     Clients can still build circuits through you to any node.  Controllers
-    can tell Tor to build circuits through any node.
+    can tell Tor to build circuits through any node. +
+ +
+    Country codes are case-insensitive. The code "\{??}" refers to nodes whose
+    country can't be identified. No country code, including \{??}, works if
+    no GeoIPFile can be loaded. See also the GeoIPExcludeUnknown option below.
 
 
 **ExcludeExitNodes** __node__,__node__,__...__::
@@ -691,8 +695,8 @@ The following options are useful only for clients (that is, if
 
 **GeoIPExcludeUnknown** **0**|**1**|**auto**::
     If this option is set to 'auto', then whenever any country code is set in
-    ExcludeNodes or ExcludeEntryNodes, all nodes with unknown country (?? and
-    possibly A1) are treated as excluded as well. If this option is set to
+    ExcludeNodes or ExcludeEntryNodes, all nodes with unknown country (\{??} and
+    possibly \{A1}) are treated as excluded as well. If this option is set to
     '1', then all unknown countries are treated as excluded in ExcludeNodes
     and ExcludeEntryNodes.  This option has no effect when a GeoIP file isn't
     configured or can't be found.  (Default: auto)