diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-02 15:05:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-13 10:41:18 -0400 |
commit | 5fec8fe559b1a1f4bcb55c8f2c1f048f5abee3de (patch) | |
tree | 05687be34c2f683bf80127a14ae0caeed48a61e0 /changes | |
parent | e0d5a6e1849673589c5b7f04d89e25194167344d (diff) | |
download | tor-5fec8fe559b1a1f4bcb55c8f2c1f048f5abee3de.tar.gz tor-5fec8fe559b1a1f4bcb55c8f2c1f048f5abee3de.zip |
"(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary port
This is the major part of the implementation for trac issue 3076.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature3076 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature3076 b/changes/feature3076 new file mode 100644 index 0000000000..582285070e --- /dev/null +++ b/changes/feature3076 @@ -0,0 +1,5 @@ + 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. + + |