[tor-commits] [tor/release-0.2.4] set DisableV2DirectoryInfo_ off by default
arma at torproject.org
arma at torproject.org
Mon Mar 11 03:41:47 UTC 2013
commit f8960ea22bde03ae7c4cd60af395a541fb36354c
Author: Roger Dingledine <arma at torproject.org>
Date: Sun Mar 10 20:40:15 2013 -0400
set DisableV2DirectoryInfo_ off by default
since it's only enableable by authorities, nobody else would be able
to start their tor
---
src/or/config.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/config.c b/src/or/config.c
index 1337056..dad5719 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -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),
More information about the tor-commits
mailing list