aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2012-05-28 14:41:04 +0200
committerLinus Nordberg <linus@torproject.org>2012-07-19 18:21:22 +0200
commit044da1bf0f3bf6299c33d837839ec80ca1966723 (patch)
tree4fc5ec65539d8115f867a5dca6ff6dffcae83531 /doc
parentcdef2b181a0a7690736132542fbc5307d5c38955 (diff)
downloadtor-044da1bf0f3bf6299c33d837839ec80ca1966723.tar
tor-044da1bf0f3bf6299c33d837839ec80ca1966723.tar.gz
Add configure option AuthDirHasIPv6Connectivity.
Implements enhancement 5974.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 78c34874c..3cf257cb1 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1728,6 +1728,14 @@ DIRECTORY AUTHORITY SERVER OPTIONS
votes on whether to accept relays as hidden service directories.
(Default: 1)
+**AuthDirHasIPv6Connectivity** **0**|**1**|**auto**::
+
+ Authoritative directories only. When set to 0, OR ports with an
+ IPv6 address are being accepted without reachability testing.
+ When set to 1, IPv6 OR ports are being tested just like IPv4 OR
+ ports. When set to auto, Tor tries to find out if the authority
+ relay has IPv6 connectivity or not. (Default: auto)
+
HIDDEN SERVICE OPTIONS
----------------------