tor

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

commit cb11276068fc06090e6b5a27c3dd17676dab4aac
parent 709d7fba11482a7dae23aaecf8a5ec2bd78e47fb
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 20 Nov 2019 09:24:38 -0500

hs-v3: Add changes file for ticket #30382

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

Diffstat:
Achanges/ticket30382 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket30382 b/changes/ticket30382 @@ -0,0 +1,5 @@ + o Major feature (onion service, SOCKS5): + - Introduce a new SocksPort flag named: ExtendedErrors. Detailed in + proposal 304, a number of onion service error codes are now sent back, + if this flag is set, with the SOCKS5 protocol using new custom error + values. Closes ticket 30382;