diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-16 14:40:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 14:40:47 -0500 |
commit | 44b7d4c6d6d5e8d78bd0154b407defea4a35aebd (patch) | |
tree | ca509f18939ca5b87f93d17e7a4372fdd3dd7d20 /changelog.d | |
parent | Convert internal pusher dicts to attrs classes. (#8940) (diff) | |
download | synapse-44b7d4c6d6d5e8d78bd0154b407defea4a35aebd.tar.xz |
Fix the sample config location for the ip_range_whitelist setting. (#8954)
Move it from the federation section to the server section to match ip_range_blacklist.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8954.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8954.feature b/changelog.d/8954.feature new file mode 100644 index 0000000000..39f53174ad --- /dev/null +++ b/changelog.d/8954.feature @@ -0,0 +1 @@ +Apply an IP range blacklist to push and key revocation requests. |