commit 42b373af2ed3fb006c01ab584d36e89228588b28 Author: Nick Mathewson nickm@torproject.org Date: Tue Apr 8 13:57:29 2014 -0400
document new exit-policy/* GETINFOs --- control-spec.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index 08ece42..2dde043 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -473,13 +473,14 @@ a SAVECONF command, so the controller can write the file to disk itself. [First implemented in 0.2.2.7-alpha.]
- ["exit-policy/prepend" -- The default exit policy lines that Tor will - *prepend* to the ExitPolicy config option. - -- Never implemented. Useful?] - "exit-policy/default" -- The default exit policy lines that Tor will *append* to the ExitPolicy config option.
+ "exit-policy/ipv4" + "exit-policy/ipv6" + "exit-policy/full" -- This OR's exit policy, in IPv4-only, IPv6-only, or + all-entries flavors. + "desc/id/<OR identity>" or "desc/name/<OR nickname>" -- the latest server descriptor for a given OR. (Note that modern Tor clients do not download server descriptors by default, but download
tor-commits@lists.torproject.org