gh-pages
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