summaryrefslogtreecommitdiff
path: root/src/app/config/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-09 11:10:53 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-09 11:10:53 -0400
commita642a4cbd7016b350b7386096e752e1a73057b54 (patch)
tree2cad51c0a640f51b893a52d88e73d118c3b5b6b7 /src/app/config/config.c
parent1e7c7870e87ff660d4dce0b381790993be0328eb (diff)
parent622c2c7884fd656b5140245c4695a5a145dc04fd (diff)
downloadtor-a642a4cbd7016b350b7386096e752e1a73057b54.tar.gz
tor-a642a4cbd7016b350b7386096e752e1a73057b54.zip
Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_merged
Diffstat (limited to 'src/app/config/config.c')
-rw-r--r--src/app/config/config.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index 0cbc223d02..1babb0d4f8 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -496,6 +496,11 @@ static const config_var_t option_vars_[] = {
VAR("HiddenServiceMaxStreamsCloseCircuit",LINELIST_S, RendConfigLines, NULL),
VAR("HiddenServiceNumIntroductionPoints", LINELIST_S, RendConfigLines, NULL),
VAR("HiddenServiceExportCircuitID", LINELIST_S, RendConfigLines, NULL),
+ VAR("HiddenServiceEnableIntroDoSDefense", LINELIST_S, RendConfigLines, NULL),
+ VAR("HiddenServiceEnableIntroDoSRatePerSec",
+ LINELIST_S, RendConfigLines, NULL),
+ VAR("HiddenServiceEnableIntroDoSBurstPerSec",
+ LINELIST_S, RendConfigLines, NULL),
VAR("HiddenServiceStatistics", BOOL, HiddenServiceStatistics_option, "1"),
V(HidServAuth, LINELIST, NULL),
V(ClientOnionAuthDir, FILENAME, NULL),