Avoid running DNS self-tests if we're operating as a bridge

This commit is contained in:
warms0x
2011-10-07 07:04:29 +00:00
committed by Nick Mathewson
parent 103c861dfe
commit 6d027a3823
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- Bridges now skip DNS self-tests, to act a little more stealthily.
Fixes bug 4201; bugfix on 0.2.0.3-alpha, which first introduced
bridges. Patch by "warms0x".