commit d6ff5e71e305f5baef1df6676e0690be6ba705c9 Author: Nick Mathewson nickm@torproject.org Date: Fri Jan 19 16:37:19 2018 -0500
Make the opening paragraph of "config options for controllers" right
It said that they can be set by SETCONF; but some are not changeable once Tor starts. Mike Perry spotted this. --- control-spec.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index 605a301..e961daa 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -3194,8 +3194,9 @@ 5.4. Tor config options for use by controllers
Tor provides a few special configuration options for use by controllers. - These options can be set and examined by the SETCONF and GETCONF commands, - but are not saved to disk by SAVECONF. + These options are not saved to disk by SAVECONF. Most can be set and + examined by the SETCONF and GETCONF commands, but some (noted below) can + only be given in a torrc file or on the command line.
Generally, these options make Tor unusable by disabling a portion of Tor's normal operations. Unless a controller provides replacement functionality