aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-08-08 14:36:11 +0000
committerNick Mathewson <nickm@torproject.org>2008-08-08 14:36:11 +0000
commit22259a08771275acf8ee7396b9a948385750039a (patch)
treef082809203c939a48bf6c3433225145b953b14d7 /src/or/config.c
parentf6879caa0447a5fd65ff07d210146393d27cb88e (diff)
downloadtor-22259a08771275acf8ee7396b9a948385750039a.tar
tor-22259a08771275acf8ee7396b9a948385750039a.tar.gz
The first of Karsten's proposal 121 patches: configure and maintain client authorization data. Tweaked a bit: see comments on or-dev.
svn:r16475
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 0edea45bd..e433b4033 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -226,6 +226,7 @@ static config_var_t _option_vars[] = {
VAR("HiddenServiceOptions",LINELIST_V, RendConfigLines, NULL),
VAR("HiddenServicePort", LINELIST_S, RendConfigLines, NULL),
VAR("HiddenServiceVersion",LINELIST_S, RendConfigLines, NULL),
+ VAR("HiddenServiceAuthorizeClient",LINELIST_S,RendConfigLines, NULL),
V(HSAuthoritativeDir, BOOL, "0"),
V(HSAuthorityRecordStats, BOOL, "0"),
V(HttpProxy, STRING, NULL),