feature3076 586 B

1234567891011
  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.