diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-09 11:10:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-09 11:10:53 -0400 |
commit | a642a4cbd7016b350b7386096e752e1a73057b54 (patch) | |
tree | 2cad51c0a640f51b893a52d88e73d118c3b5b6b7 /src/app/config/config.c | |
parent | 1e7c7870e87ff660d4dce0b381790993be0328eb (diff) | |
parent | 622c2c7884fd656b5140245c4695a5a145dc04fd (diff) | |
download | tor-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.c | 5 |
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), |