diff options
author | Linus Nordberg <linus@nordberg.se> | 2012-05-28 14:41:04 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-07-19 18:21:22 +0200 |
commit | 044da1bf0f3bf6299c33d837839ec80ca1966723 (patch) | |
tree | 4fc5ec65539d8115f867a5dca6ff6dffcae83531 /doc/tor.1.txt | |
parent | cdef2b181a0a7690736132542fbc5307d5c38955 (diff) | |
download | tor-044da1bf0f3bf6299c33d837839ec80ca1966723.tar.gz tor-044da1bf0f3bf6299c33d837839ec80ca1966723.zip |
Add configure option AuthDirHasIPv6Connectivity.
Implements enhancement 5974.
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 78c34874c5..3cf257cb15 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 ---------------------- |