mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0c11d8b2d2
The idea here is that a controller should be able to make Tor produce a new relay descriptor on demand, without that descriptor actually being uploaded to the dirauths (they would likely reject it anyway due to freshness concerns). Implements #14784.
5 lines
222 B
Plaintext
5 lines
222 B
Plaintext
o Minor features:
|
|
- Implement a new controller command "status/fresh-relay-descs" to
|
|
fetch a descriptor/extrainfo pair that was generated on demand
|
|
just for the controller's use. Implements ticket 14784.
|