diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-06-18 11:08:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-18 11:08:10 -0400 |
commit | 298dc95dfd84877f1e231426322c02240303815e (patch) | |
tree | 22c0fd1b094b7fb6c47353ef6e623bd5ee238e14 /ChangeLog | |
parent | 3847f54945933a11d14053b80427f268ffcfd8ad (diff) | |
download | tor-298dc95dfd84877f1e231426322c02240303815e.tar.gz tor-298dc95dfd84877f1e231426322c02240303815e.zip |
tor-resolve: Don't automatically refuse .onion addresses.
If the Tor is running with AutomapHostsOnResolve set, it _is_
reasonable to do a DNS lookup on a .onion address. So instead we make
tor-resolve willing to try to resolve anything. Only if Tor refuses
to resolve it do we suggest to the user that resolving a .onion
address may not work.
Fix for bug 1005.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ Changes in version 0.2.1.16-?? - 2009-??-?? o Minor features: - Update to the "June 3 2009" ip-to-country file. + - Do not have tor-resolve automatically refuse all .onion addresses; + if AutomapHostsOnResolve is set, this will work fine. o Minor bugfixes (on 0.2.0.x): - Log correct error messages for DNS-related network errors on |