2011-05-02 21:05:10 +02:00
|
|
|
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.
|
2011-05-02 22:44:37 +02:00
|
|
|
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.
|
2011-05-09 18:13:37 +02:00
|
|
|
- There is a ControlPortWriteToFile option that tells Tor to write
|
2011-05-13 01:17:48 +02:00
|
|
|
its actual control port or ports to a chosen file. If the option
|
|
|
|
ControlPortFileGroupReadable is set, the file is created as
|
|
|
|
group-readable.
|
|
|
|
|
2011-05-09 18:13:37 +02:00
|
|
|
|