tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit eb100e8b3212afabe2ee4d5c8e8a8b222bfec4ab
parent d89d497ab6b6ddb1622e3da997e23058751a5b89
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 27 Mar 2025 11:21:30 -0400

changes: Add file for MR 835

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Achanges/ephemeral-onion-pow | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/changes/ephemeral-onion-pow b/changes/ephemeral-onion-pow @@ -0,0 +1,7 @@ + o Minor feature (onion service, control port): + - Add 3 more keywords to the ADD_ONION control command: PoWDefensesEnabled, + PoWQueueRate and PoWQueueBurst which correspond to + HiddenServicePoWDefensesEnabled, HiddenServicePoWQueueRate and + HiddenServicePoWQueueBurst from torrc. + +