aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-10-22 15:45:39 -0400
committerRoger Dingledine <arma@torproject.org>2012-10-23 17:18:01 -0400
commit2ecee3fce2179c6fe9f9c748522e417b887ee021 (patch)
tree0364cd0f3303c51e0621f4047d966510c23a3d99 /changes
parent85659d3964669f9f419123c648e517f4ba539462 (diff)
downloadtor-2ecee3fce2179c6fe9f9c748522e417b887ee021.tar
tor-2ecee3fce2179c6fe9f9c748522e417b887ee021.tar.gz
Let 0.2.3 clients exit to internal addresses if they want
Clients now consider the ClientRejectInternalAddresses config option when using a microdescriptor consensus stanza to decide whether an exit relay would allow exiting to an internal address. Fixes bug 7190; bugfix on 0.2.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug71906
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7190 b/changes/bug7190
new file mode 100644
index 000000000..1607f7944
--- /dev/null
+++ b/changes/bug7190
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+ - Clients now consider the ClientRejectInternalAddresses config option
+ when using a microdescriptor consensus stanza to decide whether
+ an exit relay would allow exiting to an internal address. Fixes
+ bug 7190; bugfix on 0.2.3.1-alpha.
+