mirror of
https://github.com/torproject/torspec.git
synced 2024-12-15 06:28:46 +00:00
Update description of HidServAuth option based on manpage
This isn't perfect, but it's better than before. Fix for bug 4609
This commit is contained in:
parent
1df7683217
commit
3dd69d2eab
@ -928,13 +928,17 @@
|
|||||||
|
|
||||||
2.4. Client configuration
|
2.4. Client configuration
|
||||||
|
|
||||||
Clients need to make their authorization data known to Tor using another
|
To specify the cookie to use to access a given hidden service,
|
||||||
configuration option that contains a service name (mainly for the sake of
|
clients use the following syntax:
|
||||||
convenience), the service address, and the descriptor cookie that is
|
|
||||||
required to access a hidden service (the authorization protocol number is
|
HidServAuth onion-address auth-cookie [service-name]:
|
||||||
encoded in the descriptor cookie):
|
|
||||||
|
Valid onion addresses contain 16 characters in a-z2-7 plus
|
||||||
|
".onion", and valid auth cookies contain 22 characters in
|
||||||
|
A-Za-z0-9+/. The service name is only used for internal purposes,
|
||||||
|
e.g., for Tor controllers; nothing in Tor itself requires or uses
|
||||||
|
it.
|
||||||
|
|
||||||
HidServAuth service-name service-address descriptor-cookie
|
|
||||||
|
|
||||||
3. Hidden service directory operation
|
3. Hidden service directory operation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user