diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-20 10:42:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-20 10:42:23 -0400 |
commit | be3a962ca7c6fc5fd72dfd9bb1def24efa4cdf2a (patch) | |
tree | 56506e494eba178749c8c97073157134e2f5ead3 /changes | |
parent | 209332e71ab5a7633ee0c934be017740f3e9552a (diff) | |
parent | e3e6335a08036fc64924b55e68f236a12e3c9118 (diff) | |
download | tor-be3a962ca7c6fc5fd72dfd9bb1def24efa4cdf2a.tar.gz tor-be3a962ca7c6fc5fd72dfd9bb1def24efa4cdf2a.zip |
Merge branch 'ticket26647_032' into maint-0.3.2
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. |