mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
15 lines
690 B
Plaintext
15 lines
690 B
Plaintext
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.
|
|
- There is a ControlPortWriteToFile option that tells Tor to write
|
|
its actual control port or ports to a chosen file. If the option
|
|
ControlPortFileGroupReadable is set, the file is created as
|
|
group-readable.
|
|
|
|
|