aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2012-09-05 11:41:26 +0200
committerLinus Nordberg <linus@torproject.org>2012-09-05 12:47:01 +0200
commit0e53742a857b928a5b750ddd7b036e9eae2fdd9c (patch)
tree044248cf715eeae6f82085c649558e08dc7049e7 /doc/tor.1.txt
parentc77d1b7bda554d80c309c1d448d32f3220537b4f (diff)
downloadtor-0e53742a857b928a5b750ddd7b036e9eae2fdd9c.tar
tor-0e53742a857b928a5b750ddd7b036e9eae2fdd9c.tar.gz
Make AuthDirHasIPv6Connectivity a BOOL.
This is a fix of unreleased tor. It solves ticket #6770.
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r--doc/tor.1.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 5e76105d2..c4fac40d4 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1747,13 +1747,12 @@ DIRECTORY AUTHORITY SERVER OPTIONS
votes on whether to accept relays as hidden service directories.
(Default: 1)
-**AuthDirHasIPv6Connectivity** **0**|**1**|**auto**::
+**AuthDirHasIPv6Connectivity** **0**|**1**::
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)
+ ports. (Default: 0)
**AuthDirPublishIPv6** **0**|**1**::