summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-13 08:54:38 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-13 08:54:38 -0500
commit0dd48bfe5aab9ca213dfbacd3b2ee8710a584405 (patch)
treeb4aae70352d098c60ce82f15fa9212140b0f31a8 /src/or/config.c
parentbd2a1d0231a364f1989463a36fcb80c4e234a14e (diff)
downloadtor-0dd48bfe5aab9ca213dfbacd3b2ee8710a584405.tar.gz
tor-0dd48bfe5aab9ca213dfbacd3b2ee8710a584405.zip
Change the default of AuthDirPinKeys to 1.
Closes ticket 18319.
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 a4d063d0e4..0c4200db0c 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -211,7 +211,7 @@ static config_var_t option_vars_[] = {
V(AuthDirInvalidCCs, CSV, ""),
V(AuthDirFastGuarantee, MEMUNIT, "100 KB"),
V(AuthDirGuardBWGuarantee, MEMUNIT, "2 MB"),
- V(AuthDirPinKeys, BOOL, "0"),
+ V(AuthDirPinKeys, BOOL, "1"),
V(AuthDirReject, LINELIST, NULL),
V(AuthDirRejectCCs, CSV, ""),
OBSOLETE("AuthDirRejectUnlisted"),