]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
set DisableV2DirectoryInfo_ off by default
authorRoger Dingledine <arma@torproject.org>
Mon, 11 Mar 2013 00:40:15 +0000 (20:40 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 11 Mar 2013 00:40:15 +0000 (20:40 -0400)
since it's only enableable by authorities, nobody else would be able
to start their tor

src/or/config.c

index 1337056f5d57938c7457853565ae0565ced95aab..dad571967e5e3a0430358e89502db98fc3d900f5 100644 (file)
@@ -213,7 +213,7 @@ static config_var_t option_vars_[] = {
   V(DisableAllSwap,              BOOL,     "0"),
   V(DisableDebuggerAttachment,   BOOL,     "1"),
   V(DisableIOCP,                 BOOL,     "1"),
-  V(DisableV2DirectoryInfo_,     BOOL,     "1"),
+  V(DisableV2DirectoryInfo_,     BOOL,     "0"),
   V(DynamicDHGroups,             BOOL,     "0"),
   VPORT(DNSPort,                     LINELIST, NULL),
   V(DNSListenAddress,            LINELIST, NULL),