diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-21 18:04:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-21 18:04:48 +0000 |
commit | 1753975ece98f4054ec65683862db120a3b8f261 (patch) | |
tree | 61c1b15f3b8af655de04458cc7c3c1eb417642b1 /changes | |
parent | 6eba3584b17abecfcb2e53058dc8e3ea59a0e480 (diff) | |
download | tor-1753975ece98f4054ec65683862db120a3b8f261.tar.gz tor-1753975ece98f4054ec65683862db120a3b8f261.zip |
When not an exit node, don't test for DNS hijacking.
Back in 5e762e6a5c0e6729bb7dbb586af2690c087d9ba8, non-exit servers
stopped launching DNS requests for users. So there's no need for them
to see if their DNS answers are hijacked.
Patch from Matt Pagan. I think this is a 965 fix.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug965 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug965 b/changes/bug965 new file mode 100644 index 0000000000..d0870d0384 --- /dev/null +++ b/changes/bug965 @@ -0,0 +1,6 @@ + o Minor bugfixes: + + - Non-exit servers no longer launch mock DNS requests to check for + DNS hijacking. This has been unnecessary since 0.2.1.7-alpha, + when non-exit servers stopped servicing DNS requests. Fixes bug + 965; bugfix on 0.2.1.7-alpha. Patch from Matt Pagan. |