[torspec/master] Document LOADCONF

commit 757f6dc617b4283b57491a5752cf8841cd707b53 Author: Robert Ransom <rransom.8774@gmail.com> Date: Sat May 21 23:30:46 2011 -0700 Document LOADCONF Fixes bug 3222. --- control-spec.txt | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/control-spec.txt b/control-spec.txt index 21f81af..a5d2076 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -913,6 +913,17 @@ [PROTOCOLINFO was not supported before Tor 0.2.0.5-alpha.] +3.22. LOADCONF + + The syntax is: + "+LOADCONF" CRLF ConfigText CRLF "." CRLF + + This command allows a controller to upload the text of a config file + to Tor over the control port. This config file is then loaded as if + it had been read from disk. + + [LOADCONF was added in Tor 0.2.1.1-alpha.] + 4. Replies Reply codes follow the same 3-character format as used by SMTP, with the
participants (1)
-
nickm@torproject.org