summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug2822.15
-rw-r--r--changes/bug2822.26
2 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug2822.1 b/changes/bug2822.1
new file mode 100644
index 0000000000..9c4016d059
--- /dev/null
+++ b/changes/bug2822.1
@@ -0,0 +1,5 @@
+ o Minor features:
+
+ - Rate-limit log messages when asked to connect anonymously to a private
+ address. When these hit, they tended to hit fast and often. Partial
+ fix for bug 2822.
diff --git a/changes/bug2822.2 b/changes/bug2822.2
new file mode 100644
index 0000000000..373741ca75
--- /dev/null
+++ b/changes/bug2822.2
@@ -0,0 +1,6 @@
+ o Minor features:
+
+ - Don't bother trying to connect to addresses that we are sure will
+ resolve to 127.0.0.1: Getting 127.0.0.1 in a reply makes us think
+ we have been lied to, even when the address the client tried to
+ connect to was "localhost." Partial fix for bug 2822.