diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-29 09:27:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-29 09:27:28 -0400 |
commit | e35eb9baaace383a88a6fa4fbd5114153ff8d6f1 (patch) | |
tree | ec2e381fde1b085e38b2d70993c08b56e87a82c7 /changes | |
parent | 4bb7d9fd1241a3c263636efa03ee8c62ab744515 (diff) | |
download | tor-e35eb9baaace383a88a6fa4fbd5114153ff8d6f1.tar.gz tor-e35eb9baaace383a88a6fa4fbd5114153ff8d6f1.zip |
Mark controller-initiated DNS lookups as permitted to do DNS.
Fixes bug 25617; bugfix on 0.2.9.3-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25617 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug25617 b/changes/bug25617 new file mode 100644 index 0000000000..5de655d69e --- /dev/null +++ b/changes/bug25617 @@ -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. + |