summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-22 08:27:42 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-22 08:27:42 +0000
commit39d910e97b31c9b39c2951f79ae63f23f16dda10 (patch)
treef9a66c3b168df134c09fde0ccd300a24272bea8f /src/or/config.c
parent6097e46420e8125c1495d63a430c956ddbff6410 (diff)
downloadtor-39d910e97b31c9b39c2951f79ae63f23f16dda10.tar.gz
tor-39d910e97b31c9b39c2951f79ae63f23f16dda10.zip
Make PublishServerDescriptor default to 1, so the default doesn't
have to change as we invent new directory protocol versions. svn:r12922
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 0a0c014377..d99b4b1f5e 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -241,7 +241,7 @@ static config_var_t _option_vars[] = {
V(PidFile, STRING, NULL),
V(PreferTunneledDirConns, BOOL, "0"),
V(ProtocolWarnings, BOOL, "0"),
- V(PublishServerDescriptor, CSV, "v2,v3"),
+ V(PublishServerDescriptor, CSV, "1"),
V(PublishHidServDescriptors, BOOL, "1"),
V(ReachableAddresses, LINELIST, NULL),
V(ReachableDirAddresses, LINELIST, NULL),