Skip to content

add configuration option to reject descriptor based on tor version

trinity-1686a requested to merge trinity-1686a/tor:eol-config into main

fix #40817 (closed)

Introduce a new config option MinimalAcceptedServerVersion which replace hard coded value.
At config (re)loading, it is checked against RecommendedServerVersions for discrepancies. The config is REJECTED in case of mismatch to prevent bricking the network.

Merge request reports