[tor-commits] [torspec/master] Clarifying the output of tor's "GETINFO net/listeners/*" options

nickm at torproject.org nickm at torproject.org
Wed Mar 12 16:28:14 UTC 2014


commit 38de503d8f1a6d8956362c6414d19f798134b865
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Mar 12 09:01:11 2014 -0700

    Clarifying the output of tor's "GETINFO net/listeners/*" options
    
    The control spec didn't fully describe the output of these GETINFO options.
    This addresses...
    
      https://trac.torproject.org/11049
---
 control-spec.txt |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/control-spec.txt b/control-spec.txt
index 2f057d2..b201445 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -755,8 +755,17 @@
     "net/listeners/natd"
     "net/listeners/dns"
     "net/listeners/control"
-      A space-separated list of the addresses at which Tor is listening for
-      connections of each specified type.  [New in Tor 0.2.2.26-beta.]
+      A quoted, space-separated list of the locations where Tor is listening
+      for connections of the specified type. These can contain both IPv4
+      network address...
+
+        "127.0.0.1:9050" "127.0.0.1:9051"
+
+      ... or local unix sockets...
+
+        "unix:/home/my_user/.tor/socket"
+
+      [New in Tor 0.2.2.26-beta.]
 
     "dir-usage"
       A newline-separated list of how many bytes we've served to answer





More information about the tor-commits mailing list