diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-02 16:44:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-13 10:41:19 -0400 |
commit | c55c8f0d4926481ea2cf49e14915688de2eb4938 (patch) | |
tree | 82ad60b9c7d681d141f9a4225067b818be2ca274 /changes | |
parent | 28cc7b01800e3e2a46a995b2ca18b0d2d5cdc804 (diff) | |
download | tor-c55c8f0d4926481ea2cf49e14915688de2eb4938.tar.gz tor-c55c8f0d4926481ea2cf49e14915688de2eb4938.zip |
new GETINFO command to return list of listeners of a given type
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature3076 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/changes/feature3076 b/changes/feature3076 index 582285070e..aadd296274 100644 --- a/changes/feature3076 +++ b/changes/feature3076 @@ -1,5 +1,8 @@ o Minor features - The options SocksPort, ControlPort, and so on now all accept an optional value "auto" that opens a socket on an OS-selected port. - - + o Minor features (controller) + - GETINFO net/listeners/(type) now returns a list of the addresses + and ports that are bound for listeners for a given connection + type. This is useful for if the user has selected SocksPort + "auto", and you need to know which port got chosen. |