aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2012-07-19 23:23:22 +0200
committerNick Mathewson <nickm@torproject.org>2012-07-19 17:51:15 -0400
commitfff842a47c7aca7cc8d49ac0e487fa3c6a536c96 (patch)
tree886e6688a318744ba4d1679d33012f59784a1953 /doc
parent6208106c18c696756fe2be8f941992e31aa66a8d (diff)
downloadtor-fff842a47c7aca7cc8d49ac0e487fa3c6a536c96.tar
tor-fff842a47c7aca7cc8d49ac0e487fa3c6a536c96.tar.gz
Add config option AuthDirPublishIPv6.
Test for config option AuthDirPublishIPv6 == 1 rather than for running as a bridge authority when deciding whether to care or not about IPv6 OR ports in descriptors. Implements enhancement #6406.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 3cf257cb1..364bfdc2f 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1736,6 +1736,12 @@ DIRECTORY AUTHORITY SERVER OPTIONS
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).
+
HIDDEN SERVICE OPTIONS
----------------------