config 1.5 KB

1234567891011121314151617181920212223242526
  1. o Minor features
  2. - Slightly change behavior of "list" options (that is, options that
  3. can appear more than once) when they appear both in torrc and on
  4. the command line. Previously, the command-line options would be
  5. appended to the ones from torrc. Now, the command-line options
  6. override the torrc options entirely. This new behavior allows
  7. the user to override list options (like exit policies and
  8. ports to listen on) from the command line, rather than simply
  9. appending to the list.
  10. - You can get the old (appending) command-line behavior for "list"
  11. "list" options, by prefixing the option name with a "+".
  12. - You can remove all the values for a "list" option from the command
  13. line without adding any new ones by prefixing the option name
  14. with a "/".
  15. - Add *experimental* support for a "defaults" torrc file to be parsed
  16. before the regular torrc. Torrc options override the defaults file's
  17. options in the same way that the command line overrides the torrc.
  18. The SAVECONF controller command saves only those options which differ
  19. between the current configuration and the defaults file. HUP reloads
  20. both files. (Note: This is an experimental feature; its behavior will
  21. probably be refined in future 0.2.3.x-alpha versions to better meet
  22. packagers' needs.)
  23. o Minor bugfixes:
  24. - Restore behavior of overriding SocksPort, ORPort, and similar
  25. options from the command line. Bugfix on 0.2.3.3-alpha.