Don't do a DNS lookup on a bridge line address

Fixes bug 10801; bugfix on 07bf274d in 0.2.0.1-alpha.
This commit is contained in:
Nick Mathewson
2014-03-27 15:31:29 -04:00
parent a83abcf5ee
commit 9c0a1adfa2
5 changed files with 40 additions and 19 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- Stop accepting bridge lines containing hostnames. Doing so allowed
clients to perform DNS requests on the hostnames, which was not
sensible behavior. Fixes bug 10801; bugfix on 0.2.0.1-alpha.