Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-key-files...
[tor.git] / changes / feature10067
blob3a387d0497738f176774501cfe2f4fe5a6b648c6
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.
10   o Removed features:
11     - To avoid confusion with the 'ExitRelay' option, 'ExitNode' is no
12       longer silently accepted as an alias for 'ExitNodes'.