diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:49:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:49:36 +0000 |
commit | 4f13cb82fd9a49781a8c74ff6519e0a1e4027f95 (patch) | |
tree | c198744931e51aa3a09dbd16e48a67bb261b68a5 /ChangeLog | |
parent | 59f948722506b788c874a3372e339edb02006317 (diff) | |
download | tor-4f13cb82fd9a49781a8c74ff6519e0a1e4027f95.tar tor-4f13cb82fd9a49781a8c74ff6519e0a1e4027f95.tar.gz |
r8881@Kushana: nickm | 2006-09-21 17:27:59 -0400
Allow resolve requests to non-exits when they are specifically requested (via resolve foo.bar.exit).
svn:r8446
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,8 +11,9 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? - Check for name servers (like Earthlink's) that hijack failing DNS requests and replace the 'no such server' answer with a "helpful" redirect to an advertising-driven search portal. [Resolves bug 330.] - - When asked to resolve a hostname, don't use non-exit servers. This - allows servers with broken DNS be useful to the network. + - When asked to resolve a hostname, don't use non-exit servers unless + requested to do so. This allows servers with broken DNS be useful to + the network. o Security Fixes, minor - If a client asked for a server by name, and we didn't have a |