mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
4 lines
222 B
Text
4 lines
222 B
Text
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.
|