feature10067 630 B

123456789101112
  1. o Major features (changed defaults):
  2. - Prevent relay operators from unintentionally running exits: When
  3. a relay is configured as an exit node, we now warn the user
  4. unless the 'ExitRelay' option is set to 1. We warn even more
  5. loudly if the relay is configured with the default exit policy,
  6. since this tends to indicate accidental misconfiguration.
  7. Setting 'ExitRelay' to 0 stops Tor from running as an exit relay.
  8. Closes ticket 10067.
  9. o Removed features:
  10. - To avoid confusion with the 'ExitRelay' option, 'ExitNode' is no
  11. longer silently accepted as an alias for 'ExitNodes'.