tor/changes/bug18208
teor (Tim Wilson-Brown) 92b1c3b604 Update ExitPolicy when interface addresses change
Tor exit relays reject local interface addresses in their exit policy.

Make sure those policies are updated when interface addresses change.
2016-02-02 15:05:59 +11:00

6 lines
286 B
Plaintext

o Minor bug fixes (exit policies, security):
- Refresh an exit relay's exit policy when interface addresses change.
Previously, tor only refreshed the exit policy when the configured
external address changed.
Closes ticket 18208 on tor 0.2.7.3. Patch by "teor".