mirror of
https://github.com/torproject/torspec.git
synced 2024-11-24 02:09:50 +00:00
Merge branch 'ticket14845_03'
This commit is contained in:
commit
8f4e5fb66d
@ -831,6 +831,18 @@
|
||||
the current (valid, accepted) consensus that Tor has.
|
||||
[New in Tor 0.2.6.3-alpha]
|
||||
|
||||
"hs/client/desc/id/<ADDR>"
|
||||
Prints the content of the hidden service descriptor corresponding to
|
||||
the given <ADDR> which is an onion address without the ".onion" part.
|
||||
The client's cache is queried to find the descriptor. The format of
|
||||
the descriptor is described in section 1.3 of the rend-spec.txt
|
||||
document.
|
||||
|
||||
If <ADDR> is unrecognized or if not found in the cache, a 551 error is
|
||||
returned.
|
||||
|
||||
[New in Tor 0.2.7.1-alpha]
|
||||
|
||||
Examples:
|
||||
C: GETINFO version desc/name/moria1
|
||||
S: 250+desc/name/moria=
|
||||
|
Loading…
Reference in New Issue
Block a user