feature3076 690 B

1234567891011121314
  1. o Minor features
  2. - The options SocksPort, ControlPort, and so on now all accept an
  3. optional value "auto" that opens a socket on an OS-selected port.
  4. o Minor features (controller)
  5. - GETINFO net/listeners/(type) now returns a list of the addresses
  6. and ports that are bound for listeners for a given connection
  7. type. This is useful for if the user has selected SocksPort
  8. "auto", and you need to know which port got chosen.
  9. - There is a ControlPortWriteToFile option that tells Tor to write
  10. its actual control port or ports to a chosen file. If the option
  11. ControlPortFileGroupReadable is set, the file is created as
  12. group-readable.