diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2023-10-03 08:56:29 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2023-10-03 08:56:29 +0000 |
commit | 747fa72df3d005f79ab56c39ffe68be6bc0d2a6e (patch) | |
tree | 7f1cfc31bf2881dfc69bf52a70e4beabc46a0040 /develop/print.html | |
parent | deploy: 127b940dc0806b8d74456d34e3f636ef1f6f1c68 (diff) | |
download | synapse-747fa72df3d005f79ab56c39ffe68be6bc0d2a6e.tar.xz |
deploy: 1e67191a79a06fb4031b17c24b4621c066345182
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index eb930196d7..6bfd4946c7 100644 --- a/develop/print.html +++ b/develop/print.html @@ -4709,6 +4709,10 @@ N.B. we recommend also firewalling your federation listener to limit inbound federation traffic as early as possible, rather than relying purely on this application-layer restriction. If not specified, the default is to whitelist everything.</p> +<p>Note: this does not stop a server from joining rooms that servers not on the +whitelist are in. As such, this option is really only useful to establish a +"private federation", where a group of servers all whitelist each other and have +the same whitelist.</p> <p>Example configuration:</p> <pre><code class="language-yaml">federation_domain_whitelist: - lon.example.com |