mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
514f0041d1
From 0.2.7.2-alpha onwards, Exits would reject all the IP addresses they knew about in their exit policy. But this may have disclosed addresses that were otherwise unlisted. Now, only advertised addresses are rejected by default by ExitPolicyRejectPrivate. All known addresses are only rejected when ExitPolicyRejectLocalInterfaces is explicitly set to 1.
7 lines
396 B
Plaintext
7 lines
396 B
Plaintext
o Major bugfixes (exit policies):
|
|
- Avoid disclosing exit outbound bind addresses, configured port bind
|
|
addresses, and local interface addresses in relay descriptors by
|
|
default under ExitPolicyRejectPrivate. Instead, only reject these
|
|
(otherwise unlisted) addresses if ExitPolicyRejectLocalInterfaces is set.
|
|
Fixes bug 18456; bugfix on 0.2.7.2-alpha. Patch by teor.
|