[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torspec/master] Clarifying the output of tor's "GETINFO net/listeners/*" options
commit 38de503d8f1a6d8956362c6414d19f798134b865
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits