summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMichael Kutzner <65556178+mikure@users.noreply.github.com>2021-06-15 09:53:55 +0200
committerGitHub <noreply@github.com>2021-06-15 08:53:55 +0100
commitaac2c49b9b8a241f7a13726cfa74bf3a67c9079f (patch)
tree920191d52391196fe9bf672ebeaf12909d01728e /changelog.d
parentRefactor `EventPersistenceQueue` (#10145) (diff)
downloadsynapse-aac2c49b9b8a241f7a13726cfa74bf3a67c9079f.tar.xz
Fix 'ip_range_whitelist' not working for federation servers (#10115)
Add 'federation_ip_range_whitelist'. This allows backwards-compatibility, If 'federation_ip_range_blacklist' is set. Otherwise 'ip_range_whitelist' will be used for federation servers.

Signed-off-by: Michael Kutzner 1mikure@gmail.com
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10115.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10115.bugfix b/changelog.d/10115.bugfix
new file mode 100644
index 0000000000..e16f356e68
--- /dev/null
+++ b/changelog.d/10115.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.25.0 that prevented the `ip_range_whitelist` configuration option from working for federation and identity servers. Contributed by @mikure.