mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-13 19:28:44 +00:00
Add note to 'federation_domain_whitelist' option (#16416)
This commit is contained in:
parent
127b940dc0
commit
1e67191a79
2 changed files with 6 additions and 0 deletions
1
changelog.d/16416.doc
Normal file
1
changelog.d/16416.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Add note to `federation_domain_whitelist` config option to clarify its usage.
|
|
@ -1190,6 +1190,11 @@ 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.
|
||||
|
||||
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.
|
||||
|
||||
Example configuration:
|
||||
```yaml
|
||||
federation_domain_whitelist:
|
||||
|
|
Loading…
Add table
Reference in a new issue