aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-07-24 13:50:58 +0300
committerrl1987 <rl1987@sdf.lonestar.org>2018-07-24 13:55:05 +0300
commit4f6a3915bec6d0b241abf623461814bcc68ca6ff (patch)
treeebc237bf32930a66fb5b06b666910f43589ff92e /control-spec.txt
parentb592584b6ae3365158d610288cad8324e41b19f8 (diff)
downloadtorspec-4f6a3915bec6d0b241abf623461814bcc68ca6ff.tar.gz
torspec-4f6a3915bec6d0b241abf623461814bcc68ca6ff.zip
Document all of GETINFO net/listeners/*
Diffstat (limited to 'control-spec.txt')
-rw-r--r--control-spec.txt51
1 files changed, 42 insertions, 9 deletions
diff --git a/control-spec.txt b/control-spec.txt
index cc75cbc..e7a5b79 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -864,15 +864,8 @@
this is *not* the latest descriptors we've published, but rather what we
would generate if we needed to make a new descriptor right now.
- "net/listeners/or"
- "net/listeners/dir"
- "net/listeners/socks"
- "net/listeners/trans"
- "net/listeners/natd"
- "net/listeners/dns"
- "net/listeners/control"
- "net/listeners/extor"
- "net/listeners/httptunnel"
+ "net/listeners/*"
+
A quoted, space-separated list of the locations where Tor is listening
for connections of the specified type. These can contain IPv4
network address...
@@ -889,6 +882,46 @@
[New in Tor 0.2.2.26-beta.]
+ "net/listeners/or"
+
+ Listeners for OR connections. Talks Tor protocol as described in
+ tor-spec.txt.
+
+ "net/listeners/dir"
+
+ Listeners for Tor directory protocol, as decribed in dir-spec.txt.
+
+ "net/listeners/socks"
+
+ Listeners for onion proxy connections that talk SOCKS4/4a/5 protocol.
+
+ "net/listeners/trans"
+
+ Listeners for transparent connections redirected by firewall, such as
+ pf or netfilter.
+
+ "net/listeners/natd"
+
+ Listeners for transparent connections redirected by natd.
+
+ "net/listeners/dns"
+
+ Listeners for a subset of DNS protocol that Tor network supports.
+
+ "net/listeners/control"
+
+ Listeners for Tor control protocol, described herein.
+
+ "net/listeners/extor"
+
+ Listeners corresponding to Extended ORPorts for integration with
+ pluggable transports. See proposals 180 and 196.
+
+ "net/listeners/httptunnel"
+
+ Listeners for onion proxy connections that leverage HTTP CONNECT
+ tunnelling.
+
[The extor and httptunnel lists were added in 0.3.2.12, 0.3.3.10, and
0.3.4.6-rc.]