]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clarify some confusion about what GETINFO(addr-mappings) should return.
authorNick Mathewson <nickm@torproject.org>
Wed, 2 Mar 2005 20:54:09 +0000 (20:54 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 2 Mar 2005 20:54:09 +0000 (20:54 +0000)
svn:r3727

doc/control-spec.txt

index e12998cd4df571f1cddbe6ed0175b9d923695833..0f197c46a19d468d10acecfc21d6f8befa138b3b 100644 (file)
@@ -300,8 +300,16 @@ the message.
 
     "desc/all-ids" -- a comma-separated list of all known OR identities.
 
-    "addr-mappings" -- a NL-terminated list of address mappings, each in
-      the form of "from-address" SP "to-address".
+    "addr-mappings/all"
+    "addr-mappings/config"
+    "addr-mappings/cache"
+    "addr-mappings/control" -- a NL-terminated list of address mappings, each
+      in the form of "from-address" SP "to-address".  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.
+
 
 3.13 INFOVALUE (Type 0x000C)