summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes/fix-geoipexclude-doc4
-rw-r--r--doc/tor.1.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/changes/fix-geoipexclude-doc b/changes/fix-geoipexclude-doc
new file mode 100644
index 0000000000..63b544ef29
--- /dev/null
+++ b/changes/fix-geoipexclude-doc
@@ -0,0 +1,4 @@
+ o Documentation fixes:
+ - Fix the GeoIPExcludeUnknown documentation to refer to ExcludeExitNodes
+ rather than the currently nonexistent ExcludeEntryNodes. Spotted by
+ "hamahangi" on tor-talk.
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index f35d639580..adcf6b7182 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -695,10 +695,10 @@ 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
+ ExcludeNodes or ExcludeExitNodes, 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
+ and ExcludeExitNodes. This option has no effect when a GeoIP file isn't
configured or can't be found. (Default: auto)
**ExitNodes** __node__,__node__,__...__::