aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
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 /src/or/config.c
parentcdef2b181a0a7690736132542fbc5307d5c38955 (diff)
downloadtor-044da1bf0f3bf6299c33d837839ec80ca1966723.tar
tor-044da1bf0f3bf6299c33d837839ec80ca1966723.tar.gz
Add configure option AuthDirHasIPv6Connectivity.
Implements enhancement 5974.
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c
index bfa8c7fad..87c9cc4bb 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -201,6 +201,7 @@ static config_var_t _option_vars[] = {
V(AuthDirListBadExits, BOOL, "0"),
V(AuthDirMaxServersPerAddr, UINT, "2"),
V(AuthDirMaxServersPerAuthAddr,UINT, "5"),
+ V(AuthDirHasIPv6Connectivity, AUTOBOOL, "auto"),
VAR("AuthoritativeDirectory", BOOL, AuthoritativeDir, "0"),
V(AutomapHostsOnResolve, BOOL, "0"),
V(AutomapHostsSuffixes, CSV, ".onion,.exit"),