mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
09da83e1e8
If you really want to purge the client DNS cache, the TrackHostExits mappings, and the virtual address mappings, you should be using NEWNYM instead. Fixes bug 1345; bugfix on Tor 0.1.0.1-rc. Note that this needs more work: now that we aren't nuking the transient addressmap entries on HUP, we need to make sure that configuration changes to VirtualAddressMap and TrackHostExits actually have a reasonable effect.
5 lines
220 B
Plaintext
5 lines
220 B
Plaintext
o Minor bugfixes:
|
|
- On SIGHUP, do not clear out all TrackExitHost 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.
|