diff options
author | Michael Kutzner <65556178+mikure@users.noreply.github.com> | 2021-06-15 09:53:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 08:53:55 +0100 |
commit | aac2c49b9b8a241f7a13726cfa74bf3a67c9079f (patch) | |
tree | 920191d52391196fe9bf672ebeaf12909d01728e /changelog.d/10115.bugfix | |
parent | Refactor `EventPersistenceQueue` (#10145) (diff) | |
download | synapse-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/10115.bugfix')
-rw-r--r-- | changelog.d/10115.bugfix | 1 |
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. |