Mark controller-initiated DNS lookups as permitted to do DNS.

Fixes bug 25617; bugfix on 0.2.9.3-alpha.
This commit is contained in:
Nick Mathewson
2018-03-29 09:27:28 -04:00
parent 4bb7d9fd12
commit e35eb9baaa
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (controller):
- Restore the correct operation of the RESOLVE command, which had
been broken since we added the ability to enable/disable DNS
on specific listener ports. Fixes bug 25617; bugfix on 0.2.9.3-alpha.