diff options
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 |