mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
8 lines
374 B
Plaintext
8 lines
374 B
Plaintext
o Major features (relay):
|
|
- Relays no longer run as exits by default. If the "ExitRelay" option is
|
|
auto (or unset), and no exit policy is specified with ExitPolicy or
|
|
ReducedExitPolicy, we now treat ExitRelay as 0. Previously in this
|
|
case, we allowed exit
|
|
traffic and logged a warning message. Closes ticket
|
|
21530. Patch by Neel Chauhan.
|