summaryrefslogtreecommitdiff
path: root/changes/bug28525
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-03-12 20:11:51 +0200
committerteor <teor@torproject.org>2019-08-09 13:55:31 +1000
commit519556ef2cb43b76967ea25372db093d41b6fc4a (patch)
treebbc7de7ee012a05e15f1109559f7b15ed9efbffa /changes/bug28525
parent1a9555e28352c0807527126a2e5b3fd6b95fe8a0 (diff)
downloadtor-519556ef2cb43b76967ea25372db093d41b6fc4a.tar.gz
tor-519556ef2cb43b76967ea25372db093d41b6fc4a.zip
Fix #28525 changes file that is breaking CI.
Diffstat (limited to 'changes/bug28525')
-rw-r--r--changes/bug285255
1 files changed, 2 insertions, 3 deletions
diff --git a/changes/bug28525 b/changes/bug28525
index 392a9265e5..988ffb2192 100644
--- a/changes/bug28525
+++ b/changes/bug28525
@@ -1,8 +1,7 @@
- o Minor bugfixes (address selection):
+ o Minor features (address selection):
- Make Tor aware of the RFC 6598 (Carrier Grade NAT) IP range, which is the
subnet 100.64.0.0/10. This is deployed by many ISPs as an alternative to
RFC 1918 that does not break existing internal networks. This patch fixes
security issues caused by RFC 6518 by blocking control ports on these
addresses and warns users if client ports or ExtORPorts are listening on
- a RFC 6598 address. Fixes bug 28525; bugfix on 0.4.1.1-alpha. Patch by
- Neel Chauhan.
+ a RFC 6598 address. Closes ticket 28525. Patch by Neel Chauhan.