mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Make PublishServerDescriptor default to 1, so the default doesn't
have to change as we invent new directory protocol versions. svn:r12922
This commit is contained in:
parent
6097e46420
commit
39d910e97b
@ -15,6 +15,8 @@ Changes in version 0.2.0.14-alpha - 2007-12-??
|
|||||||
o Minor bugfixes:
|
o Minor bugfixes:
|
||||||
- Make the unit tests build again.
|
- Make the unit tests build again.
|
||||||
- Make "GETINFO/desc-annotations/id/<OR digest>" actually work.
|
- Make "GETINFO/desc-annotations/id/<OR digest>" actually work.
|
||||||
|
- Make PublishServerDescriptor default to 1, so the default doesn't
|
||||||
|
have to change as we invent new directory protocol versions.
|
||||||
|
|
||||||
|
|
||||||
Changes in version 0.2.0.13-alpha - 2007-12-21
|
Changes in version 0.2.0.13-alpha - 2007-12-21
|
||||||
|
@ -241,7 +241,7 @@ static config_var_t _option_vars[] = {
|
|||||||
V(PidFile, STRING, NULL),
|
V(PidFile, STRING, NULL),
|
||||||
V(PreferTunneledDirConns, BOOL, "0"),
|
V(PreferTunneledDirConns, BOOL, "0"),
|
||||||
V(ProtocolWarnings, BOOL, "0"),
|
V(ProtocolWarnings, BOOL, "0"),
|
||||||
V(PublishServerDescriptor, CSV, "v2,v3"),
|
V(PublishServerDescriptor, CSV, "1"),
|
||||||
V(PublishHidServDescriptors, BOOL, "1"),
|
V(PublishHidServDescriptors, BOOL, "1"),
|
||||||
V(ReachableAddresses, LINELIST, NULL),
|
V(ReachableAddresses, LINELIST, NULL),
|
||||||
V(ReachableDirAddresses, LINELIST, NULL),
|
V(ReachableDirAddresses, LINELIST, NULL),
|
||||||
|
Loading…
Reference in New Issue
Block a user