diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-20 10:42:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-20 10:42:29 -0400 |
commit | 583df33e2079c6f7b5e0ebe34b5f29d8739a673b (patch) | |
tree | bff0788f96c84c0f9a553bda2afed28b8f96ecc8 /changes | |
parent | 3c490190163e227d37eb989b41df152e8500e059 (diff) | |
parent | 977821e59fb6e57639a842f498be32633bb0b0e1 (diff) | |
download | tor-583df33e2079c6f7b5e0ebe34b5f29d8739a673b.tar.gz tor-583df33e2079c6f7b5e0ebe34b5f29d8739a673b.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket26647 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket26647 b/changes/ticket26647 new file mode 100644 index 0000000000..1c2e917c6d --- /dev/null +++ b/changes/ticket26647 @@ -0,0 +1,4 @@ + o Minor features (controller): + - The control port now exposes the list of HTTPTunnelPorts and + ExtOrPorts via GETINFO net/listeners/httptunnel and net/listeners/extor + respectively. Closes ticket 26647. |