mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
e7ab20710c
Closes #27547 Signed-off-by: David Goulet <dgoulet@torproject.org>
8 lines
474 B
Plaintext
8 lines
474 B
Plaintext
o Major feature (hidden service v3):
|
|
- Implement client authorization at the descriptor level. A new torrc
|
|
option was added to control this client side: ClientOnionAuthDir <path>.
|
|
On the service side, if the "authorized_clients/" directory exists in
|
|
the onion service directory path, client configuration are read from the
|
|
files within. See the manpage for more details. Closes ticket 27547.
|
|
Patch done by Suphanat Chunhapanya (haxxpop).
|