mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add note to 'federation_domain_whitelist' option (#16416)
This commit is contained in:
parent
127b940dc0
commit
1e67191a79
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…
Reference in New Issue
Block a user