diff --git a/changes/ticket30382 b/changes/ticket30382 new file mode 100644 index 0000000000000000000000000000000000000000..bb8308a9fb7af32fac40cccf308f8555c4e5af3a --- /dev/null +++ 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;