mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
set DisableV2DirectoryInfo_ off by default
since it's only enableable by authorities, nobody else would be able to start their tor
This commit is contained in:
parent
926b3d77f1
commit
f8960ea22b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user