deploy: 1e67191a79a06fb4031b17c24b4621c066345182

This commit is contained in:
erikjohnston 2023-10-03 08:56:29 +00:00
parent 60cd039dec
commit 747fa72df3
4 changed files with 10 additions and 2 deletions

View File

@ -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 inbound federation traffic as early as possible, rather than relying
purely on this application-layer restriction. If not specified, the purely on this application-layer restriction. If not specified, the
default is to whitelist everything.</p> 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
&quot;private federation&quot;, where a group of servers all whitelist each other and have
the same whitelist.</p>
<p>Example configuration:</p> <p>Example configuration:</p>
<pre><code class="language-yaml">federation_domain_whitelist: <pre><code class="language-yaml">federation_domain_whitelist:
- lon.example.com - lon.example.com

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1163,6 +1163,10 @@ N.B. we recommend also firewalling your federation listener to limit
inbound federation traffic as early as possible, rather than relying inbound federation traffic as early as possible, rather than relying
purely on this application-layer restriction. If not specified, the purely on this application-layer restriction. If not specified, the
default is to whitelist everything.</p> 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
&quot;private federation&quot;, where a group of servers all whitelist each other and have
the same whitelist.</p>
<p>Example configuration:</p> <p>Example configuration:</p>
<pre><code class="language-yaml">federation_domain_whitelist: <pre><code class="language-yaml">federation_domain_whitelist:
- lon.example.com - lon.example.com