aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/config.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-06-28 13:43:35 -0400
committerMicah Elizabeth Scott <beth@torproject.org>2023-05-10 07:37:11 -0700
commitca74530b40aa893196de2f6cdde9bcaeec4d03c2 (patch)
tree74a38ee01bf119ec64d172b42a9bb87ba1a89d88 /src/app/config/config.c
parent8b41e09a775e882096364210317813c830160a5b (diff)
downloadtor-ca74530b40aa893196de2f6cdde9bcaeec4d03c2.tar.gz
tor-ca74530b40aa893196de2f6cdde9bcaeec4d03c2.zip
hs: Setup service side PoW defenses
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/app/config/config.c')
-rw-r--r--src/app/config/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index 66a8fe5853..e035c6d6f3 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -508,6 +508,7 @@ static const config_var_t option_vars_[] = {
LINELIST_S, RendConfigLines, NULL),
VAR("HiddenServiceOnionBalanceInstance",
LINELIST_S, RendConfigLines, NULL),
+ VAR("HiddenServicePoWDefensesEnabled", LINELIST_S, RendConfigLines, NULL),
VAR("HiddenServiceStatistics", BOOL, HiddenServiceStatistics_option, "1"),
V(ClientOnionAuthDir, FILENAME, NULL),
OBSOLETE("CloseHSClientCircuitsImmediatelyOnTimeout"),