diff options
author | David Goulet <dgoulet@torproject.org> | 2022-06-28 13:43:35 -0400 |
---|---|---|
committer | Micah Elizabeth Scott <beth@torproject.org> | 2023-05-10 07:37:11 -0700 |
commit | ca74530b40aa893196de2f6cdde9bcaeec4d03c2 (patch) | |
tree | 74a38ee01bf119ec64d172b42a9bb87ba1a89d88 /src/feature/hs/hs_options.inc | |
parent | 8b41e09a775e882096364210317813c830160a5b (diff) | |
download | tor-ca74530b40aa893196de2f6cdde9bcaeec4d03c2.tar.gz tor-ca74530b40aa893196de2f6cdde9bcaeec4d03c2.zip |
hs: Setup service side PoW defenses
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/hs/hs_options.inc')
-rw-r--r-- | src/feature/hs/hs_options.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/hs/hs_options.inc b/src/feature/hs/hs_options.inc index d3ca688b46..2eb76db40f 100644 --- a/src/feature/hs/hs_options.inc +++ b/src/feature/hs/hs_options.inc @@ -31,5 +31,6 @@ CONF_VAR(HiddenServiceEnableIntroDoSDefense, BOOL, 0, "0") CONF_VAR(HiddenServiceEnableIntroDoSRatePerSec, POSINT, 0, "25") CONF_VAR(HiddenServiceEnableIntroDoSBurstPerSec, POSINT, 0, "200") CONF_VAR(HiddenServiceOnionBalanceInstance, BOOL, 0, "0") +CONF_VAR(HiddenServicePoWDefensesEnabled, BOOL, 0, "0") END_CONF_STRUCT(hs_opts_t) |