mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
098b82c7b2
ExitPolicyRejectPrivate now rejects more local addresses by default:
* the relay's published IPv6 address (if any), and
* any publicly routable IPv4 or IPv6 addresses on any local interfaces.
This resolves a security issue for IPv6 Exits and multihomed Exits that
trust connections originating from localhost.
Resolves ticket 17027. Patch by "teor".
Patch on 42b8fb5a15
(11 Nov 2007), released in 0.2.0.11-alpha.
7 lines
372 B
Plaintext
7 lines
372 B
Plaintext
o Minor bug fixes (security, exit policies):
|
|
- ExitPolicyRejectPrivate rejects more private addresses by default:
|
|
* the relay's published IPv6 address (if any), and
|
|
* any publicly routable IPv4 or IPv6 addresses on any local interfaces.
|
|
Resolves ticket 17027. Patch by "teor".
|
|
Patch on 42b8fb5a1523 (11 Nov 2007), released in 0.2.0.11-alpha.
|