tor

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

commit 3057671a380773167f5e8efe7b3860b88015eeab
parent eacf52891587cd9201407831a3112376dad9cf4d
Author: Neel Chauhan <neel@neelc.org>
Date:   Sun, 15 Nov 2020 14:33:43 -0800

Add changes file for ticket 40084

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

diff --git a/changes/ticket40084 b/changes/ticket40084 @@ -0,0 +1,4 @@ + o Major features (control port, onion services): + - Add support for creating version 3 onion services with authorization + from the control port. Previously, we could only create version 2 + services here. Closes ticket 40084. Patch by Neel Chauhan.