ticket27547 474 B

1234567
  1. o Major feature (hidden service v3):
  2. - Implement client authorization at the descriptor level. A new torrc
  3. option was added to control this client side: ClientOnionAuthDir <path>.
  4. On the service side, if the "authorized_clients/" directory exists in
  5. the onion service directory path, client configuration are read from the
  6. files within. See the manpage for more details. Closes ticket 27547.
  7. Patch done by Suphanat Chunhapanya (haxxpop).