diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2016-09-05 23:32:16 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2016-09-05 23:39:47 +0200 |
commit | 0d485fcfeff530a1f299d84195d1c35b8f313856 (patch) | |
tree | e3cfcf6822b5370163aef129dabbd5aee194fc35 /changes | |
parent | 341a159ab4ec9cb0a07a6f3507c4eb5aaf83798a (diff) | |
download | tor-0d485fcfeff530a1f299d84195d1c35b8f313856.tar.gz tor-0d485fcfeff530a1f299d84195d1c35b8f313856.zip |
Vote Exit correctly with DirAllowPrivateAddresses set
When allowing private addresses, mark Exits that only exit to private
locations as such. Fixes bug 20064; bugfix on 0.2.2.9-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20064 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug20064 b/changes/bug20064 new file mode 100644 index 0000000000..38d3b91cfa --- /dev/null +++ b/changes/bug20064 @@ -0,0 +1,5 @@ + o Minor bugfixes (Directory Authority): + - When allowing private addresses, mark Exits that only exit to + private locations as such. Fixes bug 20064; bugfix on + 0.2.2.9-alpha. + |