mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Give DirAllowPrivateAddress an explicit default
By convention, we say whether each bool's default is 0 or 1 Fixes 4536; found by "troll_un"
This commit is contained in:
parent
cf14a520c8
commit
f78fc8cfb4
@ -232,7 +232,7 @@ static config_var_t _option_vars[] = {
|
||||
V(DataDirectory, FILENAME, NULL),
|
||||
OBSOLETE("DebugLogFile"),
|
||||
V(DisableNetwork, BOOL, "0"),
|
||||
V(DirAllowPrivateAddresses, BOOL, NULL),
|
||||
V(DirAllowPrivateAddresses, BOOL, "0"),
|
||||
V(TestingAuthDirTimeToLearnReachability, INTERVAL, "30 minutes"),
|
||||
V(DirListenAddress, LINELIST, NULL),
|
||||
OBSOLETE("DirFetchPeriod"),
|
||||
|
Loading…
Reference in New Issue
Block a user