aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-06-13 09:16:09 +0000
committerRoger Dingledine <arma@torproject.org>2006-06-13 09:16:09 +0000
commit31b51849b50904e2206f59832bd86217c662dbd8 (patch)
tree5602436a16a6b9c3275e70437b440a83db8e45c6 /doc
parent279e86f3c88b19ae4a65140567151c183def5931 (diff)
downloadtor-31b51849b50904e2206f59832bd86217c662dbd8.tar
tor-31b51849b50904e2206f59832bd86217c662dbd8.tar.gz
export the default exit policy via the control port, so controllers
don't need to guess what it is / will be later. svn:r6615
Diffstat (limited to 'doc')
-rw-r--r--doc/control-spec.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 196cf7e7a..b8566d603 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -316,6 +316,13 @@ $Id$
"config-file" -- The location of Tor's configuration file ("torrc").
+ ["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.
+
"desc/id/<OR identity>" or "desc/name/<OR nickname>" -- the latest
server descriptor for a given OR, NUL-terminated.