mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
a3ae591115
This bug couldn't happen when TrackExitHosts changed in torrc, since the SIGHUP to reload the torrc would clear out all the transient addressmap entries before. But if you used SETCONF to change TrackExitHosts, old entries would be left alone: that's a bug, and so this is a bugfix on Tor 0.1.0.1-rc.
8 lines
393 B
Plaintext
8 lines
393 B
Plaintext
o Minor bugfixes:
|
|
- On SIGHUP, do not clear out all TrackHostExits mappings, client DNS
|
|
cache entries, and virtual address mappings: that's what NEWNYM is
|
|
for. Bugfix on Tor 0.1.0.1-rc; fixes bug 1345.
|
|
- When TrackHostExits is changed from a controller, remove any
|
|
mappings for hosts that should no longer have their exits tracked.
|
|
Bugfix on Tor 0.1.0.1-rc.
|