From f7c97cd40b92084164952dadf3dfeb6164aa6826 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 5 Sep 2012 13:35:39 +0200 Subject: Remove AuthDirPublishIPv6 and let AuthDirHasIPv6Connectivity fill its function. See #4771 for rationale. Note that this patch does not take suggested changes in #4470 into account and keeps treating AuthDirHasIPv6Connectivity as an AUTOBOOL. Thus, bug fixes for that are included here as well. This is a fix on master, unreleased as of now. --- doc/tor.1.txt | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 5e76105d2..93bde59d3 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1749,17 +1749,10 @@ DIRECTORY AUTHORITY SERVER OPTIONS **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) - -**AuthDirPublishIPv6** **0**|**1**:: - - Authoritative directories only. When set to 0, Tor will not - include IPv6 OR ports in votes. When set to 1, Tor will vote for - IPv6 OR ports. (Default: 0). + Authoritative directories only. When set to 1, IPv6 OR ports are + being tested for reachability and voted on. When set to auto, Tor + tries to find out if the authority relay has IPv6 connectivity or + not. (Default: auto) HIDDEN SERVICE OPTIONS ---------------------- -- cgit v1.2.3