aboutsummaryrefslogtreecommitdiff
path: root/doc/spec/control-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-16 16:58:11 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-16 16:58:11 +0000
commit26a25edaec6a71173e866d4632ace6af22de892f (patch)
tree3acaebe5c7b2bdca3ca7036fed53bc3a4810ba34 /doc/spec/control-spec.txt
parent483c1e9017f4ac2ef4c0652e3402887578a265d6 (diff)
downloadtor-26a25edaec6a71173e866d4632ace6af22de892f.tar.gz
tor-26a25edaec6a71173e866d4632ace6af22de892f.zip
r13777@catbus: nickm | 2007-07-16 12:58:08 -0400
Patch from tup: new address-mappings/ GETINFO that includes expiry times. svn:r10844
Diffstat (limited to 'doc/spec/control-spec.txt')
-rw-r--r--doc/spec/control-spec.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index e3725e5fce..2c3e961e40 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/control-spec.txt
@@ -377,16 +377,22 @@ $Id$
space-separated list of LongName, each preceded by a "!" if it is
believed to be not running.)
- "addr-mappings/all"
- "addr-mappings/config"
- "addr-mappings/cache"
- "addr-mappings/control" -- a \r\n-separated list of address
- mappings, each in the form of "from-address to-address".
+ "address-mappings/all"
+ "address-mappings/config"
+ "address-mappings/cache"
+ "address-mappings/control" -- a \r\n-separated list of address
+ mappings, each in the form of "from-address to-address expiry".
The 'config' key returns those address mappings set in the
configuration; the 'cache' key returns the mappings in the
client-side DNS cache; the 'control' key returns the mappings set
via the control interface; the 'all' target returns the mappings
set through any mechanism.
+ Expiry is formatted as with ADDRMAP events; see section 4.1.7.
+ First introduced in 0.2.0.3-alpha.
+
+ "addr-mappings/*" -- as for address-mappings/*, but without the
+ expiry portion of the value. Use of this value is deprecated
+ since 0.2.0.3-alpha; use address-mappings instead.
"address" -- the best guess at our external IP address. If we
have no guess, return a 551 error. (Added in 0.1.2.2-alpha)