diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2018-06-28 21:15:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 21:15:06 +0100 |
commit | fc0e17b3e50d92a600cbb067577f147a966cf3c4 (patch) | |
tree | 2d6b3baad1aa0ed44132d8f9d9352ce9de070cbf /changelog.d | |
parent | Attempt to be more performant on PyPy (#3462) (diff) | |
parent | add test (diff) | |
download | synapse-fc0e17b3e50d92a600cbb067577f147a966cf3c4.tar.xz |
Merge pull request #3465 from matrix-org/matthew/as_ip_lock
add ip_range_whitelist parameter to limit where ASes can connect from
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3465.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3465.feature b/changelog.d/3465.feature new file mode 100644 index 0000000000..1a0b5abfb7 --- /dev/null +++ b/changelog.d/3465.feature @@ -0,0 +1 @@ +Add optional ip_range_whitelist param to AS registration files to lock AS IP access |